/ansible-tower

GNU General Public License v3.0GPL-3.0

Ansible Tower (module) examples

Ansible Lint

Proper documentation in the works.

Dependencies:

Config file

To provide authenication credentials -> ~/.tower_cli.cfg:

host: https://<your_instance>
verify_ssl: True
username: <your_user>
password: <your_pass>

Python libraries

pip install ansible-tower-cli

Collections

ansible-galaxy collection install -r collections/requirements.yml

Links