ansible.cfg 322 B

1234567891011
  1. [defaults]
  2. inventory = ./hosts.ini
  3. forks = 20
  4. vault_password_file = ./.vault-password
  5. ansible_managed = This file is managed by Ansible. Any local changes may be wiped out!
  6. interpreter_python = auto_silent
  7. display_skipped_hosts = False
  8. roles_path = ./galaxy_roles:./roles
  9. [ssh_connection]
  10. pipelining = True