Skip to content

Commit

Permalink
Address comments/suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
beeankha committed May 13, 2019
1 parent 7466873 commit 9ea3ec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/inventory_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/notification_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ea3ec2

Please sign in to comment.