Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. [defaults]
  2. remote_user = root
  3. ansible_ssh_private_key_file = id_rsa
  4. inventory = inventory.ini
  5. retry_files_save_path = /tmp
  6. host_key_checking = False
  7. log_path = /var/log/ansible.log
  8. roles_path = roles
  9. hash_behaviour = merge
  10. fact_caching = yaml
  11. fact_caching_connection = /tmp/facts
  12. [inventory]
  13. enable_plugins = ini
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement