Skip to content

Commit

Permalink
Updated README file in manage-credentials-types Ansible Tower role to…
Browse files Browse the repository at this point in the history
… better reflect variables in defaults. (#484)

* Updated README file in manage-credentials-types Ansible Tower role to better reflect variables in defaults file. As per issue #400

* Removed the explanation of the default variables. Not required.

* Updated reference to parent readme file..

Co-authored-by: Ken <[email protected]>
Co-authored-by: Øystein Bedin <[email protected]>
  • Loading branch information
3 people authored Jul 28, 2020
1 parent 33b9cae commit 3b5062b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/ansible/tower/manage-credential-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ A running Ansible Tower with admin permission level access.

The variables used to maintain the Credential Types must be defined in the Ansible Inventory using the `ansible_tower.credential_types` dictionary as explained below.


**_Note:_** Credential Types configuration will **only** happen if the `ansible_tower.credential_types` portion of the dictionary is defined. Likewise, the installation expects this section to be "complete" if specified as it otherwise may error out.

## Example inventory
Expand All @@ -34,6 +33,8 @@ ansible_tower:
id: "<REPLACE WITH CORRESPONDING CREDENTIAL TYPE ID>"
```
Also check the [README one level up](../README.md#example-inventory) for additional details of an example inventory.
## Example Playbook
```yaml
Expand Down

0 comments on commit 3b5062b

Please sign in to comment.