- [defaults]
- inventory = ./hosts.ini
- forks = 20
- vault_password_file = ./.vault-password
- ansible_managed = This file is managed by Ansible. Any local changes may be wiped out!
- interpreter_python = auto_silent
- display_skipped_hosts = True
- roles_path = ./galaxy_roles:./roles
- [ssh_connection]
- pipelining = True
|