123456789101112131415161718192021222324252627282930313233343536 |
- [defaults]
- roles_path = roles/
- log_path = /tmp/ansible.log
- forks = 10
- host_key_checking = False
- nocows = 1
- retry_files_enabled = False
- deprecation_warnings = False
- [ssh_connection]
- control_path = %(directory)s/%%h-%%r
|