summaryrefslogtreecommitdiffstats
path: root/roles/ansible_tower_cli/tasks/main.yml
blob: 0c5163b50ea68750257327c8b67e50e495125da6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
- 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