Prakhar Srivastava
2019-03-29 927aaf2fea9333047e32d69e4beae907752eae7c
Install ansible added
1 files modified
4 ■■■■ changed files
ansible/configs/ans-tower-lab/post_software.yml 4 ●●●● patch | view | raw | blame | history
ansible/configs/ans-tower-lab/post_software.yml
@@ -62,6 +62,10 @@
        mode: 0400
        state: present
        create: yes
    - name: Install ansible
      yum:
       name: ansible
       state: latest
- name: Post Tower configs
  hosts: towers[0]