Guest User

Untitled

a guest
Jan 23rd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ---
  2. - hosts: all:target_hosts
  3. roles:
  4. #- { role: devmount, when: init == 'true' }
  5. #- { role: os-basic, when: init == 'true' }
  6. #- { role: users, when: init == 'true' }
  7. #- { role: java, when: (init == 'true' and srv_name != 'admin-portal') }
  8. #- { role: java, when: init == 'true' }
  9. tasks:
  10. - name: ping
  11. ping:
Add Comment
Please, Sign In to add comment