Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. ### GLOBAL ###
  2. ansible_become_password: "{{ secret_ansible_become_password }}"
  3. ansible_password: "{{ secret_ansible_password }}"
  4. ansible_user: "{{ secret_ansible_user }}"
  5.  
  6. ansible_ssh_host: 127.0.0.1
  7. ansible_user: "{{secret_master_ansible_user}}"
  8. ansible_password: "{{secret_master_ansible_password}}"
  9. ansible_become_password: "{{secret_master_ansible_become_password}}"
  10. ansible_become_user: "{{secret_master_ansible_become_user}}"
  11. ansible_connection: local
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement