ansible.cfg 354 B

123456789101112
  1. [defaults]
  2. inventory = $HOME/verchow.inventory
  3. remote_user =
  4. vault_password_file = $HOME/.vaults/verchow
  5. retry_files_enabled = False
  6. host_key_checking = False
  7. gather_subset = !hardware
  8. # additional paths to search for roles or modules in, colon separated
  9. roles_path = $HOME/ansible/roles/
  10. library = $HOME/ansible/modules/