2016-08-22 13:04:13 +03:00
|
|
|
[defaults]
|
|
|
|
retry_files_enabled=False
|
2017-01-28 17:36:32 +02:00
|
|
|
force_handlers=True
|
2017-09-20 12:35:13 +03:00
|
|
|
inventory=hosts
|
2022-09-12 17:18:19 +03:00
|
|
|
gathering = smart
|
2017-09-20 12:43:33 +03:00
|
|
|
# instead of using --ask-vault-pass
|
|
|
|
ask_vault_pass=True
|
2019-12-08 12:29:36 +02:00
|
|
|
remote_user = provisioning
|
2021-07-07 12:22:00 +03:00
|
|
|
interpreter_python=auto
|
2022-09-12 17:14:39 +03:00
|
|
|
# Don't warn on unknown SSH host keys because it's super annoying for new hosts
|
|
|
|
# or if you get a new laptop and run Ansible there!
|
|
|
|
#
|
|
|
|
# See: https://docs.ansible.com/ansible/latest/user_guide/connection_details.html#managing-host-key-checking
|
|
|
|
host_key_checking = False
|
2016-09-07 10:37:25 +03:00
|
|
|
|
2019-01-10 12:50:33 +02:00
|
|
|
ansible_managed = This file is managed by Ansible.%n
|
|
|
|
template: {file}
|
|
|
|
date: %Y-%m-%d %H:%M:%S
|
|
|
|
user: {uid}
|
|
|
|
host: {host}
|
|
|
|
|
2017-09-20 12:59:46 +03:00
|
|
|
[privilege_escalation]
|
|
|
|
# instead of using -K
|
|
|
|
become_ask_pass=True
|
|
|
|
|
2016-09-07 10:37:25 +03:00
|
|
|
[ssh_connection]
|
|
|
|
pipelining=True
|