Skip to content

Commit 4b58c54

Browse files
Merge pull request #153 from Tompage1994/validate_certs-readme-fix
Update README for tower_validate_certs
2 parents 1b20996 + 7617324 commit 4b58c54

File tree

30 files changed

+33
-29
lines changed

30 files changed

+33
-29
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
bugfixes:
3+
- Corrected README for tower_validate_certs variable defaults on all roles
4+
...

roles/ad_hoc_command/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Currently:
1212
|:---:|:---:|:---:|:---:|:---:|
1313
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1414
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
15-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
15+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1616
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1717
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1818
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/ad_hoc_command_cancel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Currently:
1212
|:---:|:---:|:---:|:---:|:---:|
1313
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1414
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
15-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
15+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1616
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1717
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1818
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/applications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Currently:
1414
|:---:|:---:|:---:|:---:|:---:|
1515
|`state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1616
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
17-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
17+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1818
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1919
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
2020
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/credential_input_sources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Currently:
1212
|:---:|:---:|:---:|:---:|:---:|
1313
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1414
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
15-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
15+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1616
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1717
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1818
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/credential_types/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ansible-galaxy collection install -r tests/collections/requirements.yml to be in
1414
|:---:|:---:|:---:|:---:|:---:|
1515
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1616
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
17-
|`tower_validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
17+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1818
|`tower_config_file`|""|no|Path to the Tower or AWX config file.||
1919
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
2020
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||

roles/credentials/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ansible-galaxy collection install -r tests/collections/requirements.yml to be in
1414
|:---:|:---:|:---:|:---:|:---:|
1515
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1616
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
17-
|`tower_validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
17+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1818
|`tower_config_file`|""|no|Path to the Tower or AWX config file.||
1919
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
2020
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||

roles/groups/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ansible-galaxy collection install -r tests/collections/requirements.yml to be in
1414
|:---:|:---:|:---:|:---:|:---:|
1515
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1616
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
17-
|`tower_validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
17+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1818
|`tower_config_file`|""|no|Path to the Tower or AWX config file.||
1919
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
2020
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||

roles/hosts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Currently:
1212
|:---:|:---:|:---:|:---:|:---:|
1313
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1414
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
15-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
15+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1616
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1717
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1818
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/instance_groups/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Currently:
1212
|:---:|:---:|:---:|:---:|:---:|
1313
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1414
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
15-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
15+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1616
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1717
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1818
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/inventories/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Currently:
1111
|:---:|:---:|:---:|:---:|:---:|
1212
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1313
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
14-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
14+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1515
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1616
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1717
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/inventory_source_update/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Currently:
1212
|:---:|:---:|:---:|:---:|:---:|
1313
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1414
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
15-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
15+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1616
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1717
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1818
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/inventory_sources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Currently:
1111
|:---:|:---:|:---:|:---:|:---:|
1212
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1313
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
14-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
14+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1515
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1616
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1717
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/job_launch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Currently:
1212
|:---:|:---:|:---:|:---:|:---:|
1313
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1414
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
15-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
15+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1616
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1717
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1818
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/job_templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Currently:
1212
|:---:|:---:|:---:|:---:|:---:|
1313
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1414
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
15-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
15+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1616
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1717
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1818
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/jobs_cancel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Currently:
1212
|:---:|:---:|:---:|:---:|:---:|
1313
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1414
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
15-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
15+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1616
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1717
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1818
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/labels/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Currently:
1111
|:---:|:---:|:---:|:---:|:---:|
1212
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1313
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
14-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
14+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1515
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1616
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1717
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/license/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Currently:
1111
|Variable Name|Default Value|Required|Description|Example|
1212
|:---:|:---:|:---:|:---:|:---:|
1313
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
14-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
14+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1515
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1616
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1717
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/master_role_example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Currently:
1212
|:---:|:---:|:---:|:---:|:---:|
1313
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1414
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
15-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
15+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1616
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1717
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1818
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/notification_templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Currently:
1212
|:---:|:---:|:---:|:---:|:---:|
1313
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1414
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
15-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
15+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1616
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1717
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1818
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/organizations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Currently:
1212
|:---:|:---:|:---:|:---:|:---:|
1313
|`tower_state`|"present"|no|The state all objects will take unless overridden by object default|'absent'|
1414
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
15-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
15+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1616
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1717
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1818
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/project_update/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Currently:
1212
|:---:|:---:|:---:|:---:|:---:|
1313
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1414
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
15-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
15+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1616
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1717
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1818
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

roles/projects/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Currently:
1111
|:---:|:---:|:---:|:---:|:---:|
1212
|`tower_state`|"present"|no|The state all objects will take unless overriden by object default|'absent'|
1313
|`tower_hostname`|""|yes|URL to the Ansible Tower Server.|127.0.0.1|
14-
|`validate_certs`|`False`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
14+
|`tower_validate_certs`|`True`|no|Whether or not to validate the Ansible Tower Server's SSL certificate.||
1515
|`tower_username`|""|yes|Admin User on the Ansible Tower Server.||
1616
|`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
1717
|`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||

0 commit comments

Comments
 (0)