1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-06 20:26:02 +02:00
infrastructure/ansible.cfg

19 lines
431 B
INI
Raw Permalink Normal View History

[defaults]
inventory = hosts
library = library
remote_tmp = $HOME/.ansible/tmp
remote_user = root
nocows = 1
2016-05-17 13:47:22 +02:00
roles_path = roles
vault_id_match = True
vault_identity_list = default@misc/vault-keyring-client.sh,super@misc/vault-keyring-client.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