Address comments/suggested changes

This commit is contained in:
beeankha 2019-05-13 15:46:24 -04:00
parent 7466873f69
commit 9ea3ec24ca
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ More hostvars will appear if the inventory plugins are used. To maintain backwar
A small number of hostvars will be lost because of general deprecation needs.
#### Host nNames
#### Host Names
In many cases, the host names will change. In all cases, accurate host tracking will still be maintained via the host `instance_id`. (after: https://github.com/ansible/awx/pull/3362)
@ -68,7 +68,7 @@ The `inputs` for this credential constitute one source of data for running inven
- `instance_filters`
- `group_by`
The way these data are applied to the environment (including files and environment vars) is highly dependent on the specific source.
The way this data is applied to the environment (including files and environment vars) is highly dependent on the specific source.
With plugins, the inventory file may reference files that contain secrets from the credential. With scripts, typically an environment variable will reference a filename that contains a ConfigParser format file with parameters for the update, and possibly including fields from the credential.

View File

@ -17,7 +17,7 @@ Notification templates assigned at certain levels will inherit notifications def
* Job Templates will use notifications defined on it as well as inheriting notifications from the Project used by the Job Template and from the Organization that it is listed under (via the Project).
* Project Updates will use notifications defined on the project and will inherit notifications from the Organization associated with it.
* Inventory Updates will use notifications defined on the Organization under which it is listed.
* Inventory Updates will use notifications defined on the Organization it is in.
* Ad-hoc commands will use notifications defined on the Organization with which that inventory is associated.
## Workflow