Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. /etc/ansible/hosts
  2. [cheese-live]
  3. 192.168.0.23
  4. [cheese-test]
  5. 192.168.0.25
  6. 192.168.0.26
  7. [cheese:children]
  8. cheese-live
  9. cheese-test
  10.  
  11.  
  12. /etc/ansible/group_vars/cheese
  13. ---
  14. [cheese:vars]
  15. ansible_connection=ssh
  16. ansible_ssh_user=vagrant
  17. ansible_ssh_pass=vagrant
  18.  
  19.  
  20. ERROR! Problem parsing file '/etc/ansible/group_vars/cheese': line 1, column 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement