Advertisement
gassanpavel

Untitled

Sep 10th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ---
  2. all:
  3. hosts:
  4. localhost:
  5. vars:
  6. ansible_connection: local
  7. children:
  8. vsa:
  9. hosts:
  10. 192.168.12.233:
  11. vars:
  12. ansible_connection: ssh
  13. ansible_user: user
  14. ansible_ssh_pass: passwd
  15. ansible_become_password: passwd
  16. ansible_python_interpreter: /usr/bin/python3
  17. ansible_ssh_common_args: '-o UserKnownHostsFile=/dev/null'
  18. any_errors_fatal: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement