Skip to content

Latest commit

 

History

History
 
 

manage-settings

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

manage-settings

This role manages Ansible Tower settings, ensuring that Ansible Tower configuration settings can be part of your playbook.

Requirements

A running Ansible Tower with admin permission level access.

Role Variables

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.

Example Inventory

---

ansible_tower:
  settings:
    AWX_PROOT_SHOW_PATHS:
      - /var/lib/awx/.ssh

Example Playbook

---

- hosts: tower
  roles:
  - role: manage-settings

License

Apache License 2.0

Author Information

Red Hat Community of Practice & staff of the Red Hat Open Innovation Labs.