123456789101112131415161718 |
- ---
- - name: Install python-ansible-tower-cli
- action: "{{ ansible_pkg_mgr }} name=python-ansible-tower-cli state=present"
- - template:
- src: tower_cli.cfg.j2
- dest: /etc/tower/tower_cli.cfg
- owner: awx
- group: awx
- mode: 0640
- - file:
- state: link
- src: /etc/tower
- dest: /etc/awx
- owner: awx
- group: awx
|