2016-08-22 12:04:13 +02:00
|
|
|
[defaults]
|
|
|
|
retry_files_enabled=False
|
2017-01-28 16:36:32 +01:00
|
|
|
force_handlers=True
|
2017-09-20 11:35:13 +02:00
|
|
|
inventory=hosts
|
2022-09-12 16:18:19 +02:00
|
|
|
gathering = smart
|
2017-09-20 11:43:33 +02:00
|
|
|
# instead of using --ask-vault-pass
|
|
|
|
ask_vault_pass=True
|
2019-12-08 11:29:36 +01:00
|
|
|
remote_user = provisioning
|
2021-07-07 11:22:00 +02:00
|
|
|
interpreter_python=auto
|
2022-09-12 16:14:39 +02: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 09:37:25 +02:00
|
|
|
|
2019-01-10 11:50:33 +01: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 11:59:46 +02:00
|
|
|
[privilege_escalation]
|
|
|
|
# instead of using -K
|
|
|
|
become_ask_pass=True
|
|
|
|
|
2016-09-07 09:37:25 +02:00
|
|
|
[ssh_connection]
|
|
|
|
pipelining=True
|