infrastructure/ansible.cfg

18 lines
380 B
INI
Raw Permalink Normal View History

[defaults]
inventory = hosts,hcloud_inventory.py
library = library
remote_tmp = $HOME/.ansible/tmp
remote_user = root
nocows = 1
2016-05-17 13:47:22 +02:00
roles_path = roles
vault_password_file = misc/get-vault-pass.sh
retry_files_enabled = False
2017-12-07 14:09:55 +01:00
callback_plugins = plugins/callback
callbacks_enabled = profile_tasks
2021-04-15 14:45:56 +02:00
max_diff_size = 250000
[ssh_connection]
pipelining = True
scp_if_ssh = True
2020-04-30 14:30:35 +02:00
retries = 5