Guest User

Untitled

a guest
Mar 6th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. [centos]
  2. centos1 ansible_port=2222
  3. centos[2:3]
  4.  
  5. [centos:vars]
  6. ansible_user=root
  7.  
  8. [ubuntu]
  9. ubuntu[1:3]
  10.  
  11. [ubuntu:vars]
  12. ansible_become=true
  13. ansible_become_pass=password
  14.  
  15. [linux:children]
  16. centos
  17. ubuntu
Add Comment
Please, Sign In to add comment