Guest User

Untitled

a guest
Mar 6th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ---
  2. centos:
  3. hosts:
  4. centos1:
  5. ansible_port: 2222
  6. centos2:
  7. centos3:
  8. vars:
  9. ansible_user: root
  10. ubuntu:
  11. hosts:
  12. ubuntu1:
  13. ubuntu2:
  14. ubuntu3:
  15. vars:
  16. ansible_become: true
  17. ansible_become_pass: password
  18. linux:
  19. children:
  20. centos:
  21. ubuntu:
Add Comment
Please, Sign In to add comment