summaryrefslogtreecommitdiffstats
path: root/roles/ansible_tower_cli/tasks/main.yml
blob: 41fac22a0a0bdb3ba4c2a9a8f376f44e454b56d9 (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
  yum: name=python-ansible-tower-cli

- 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