1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 06:01:57 +02:00
infrastructure/ansible.cfg

16 lines
347 B
INI
Raw Normal View History

[defaults]
2019-03-24 23:11:01 +01:00
inventory = hosts,inventory_hcloud.yml
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
callback_whitelist = profile_tasks
[ssh_connection]
pipelining = True
scp_if_ssh = True