This role manages Ansible Tower settings, ensuring that Ansible Tower configuration settings can be part of your playbook.
A running Ansible Tower with admin permission level access.
Check the top level README for additional/common variables.
The variables used must be defined in the Ansible Inventory using the ansible_tower.settings
list as explained below.
Variable | Description | Required | Defaults |
---|---|---|---|
ansible_tower.settings | Ansible Tower settings dictionary | yes |
Note: Settings configuration will only happen if the ansible_tower.settings
portion of the dictionary is defined. These settings will be merged with the existing settings of Ansible Tower.
---
ansible_tower:
settings:
AWX_PROOT_SHOW_PATHS:
- /var/lib/awx/.ssh
---
- hosts: tower
roles:
- role: manage-settings
Apache License 2.0
Red Hat Community of Practice & staff of the Red Hat Open Innovation Labs.