1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 08:22:29 +02:00
infrastructure/ansible.cfg
Giancarlo Razzolini 748842f1d1
Disable retry files by default
Disable retry files by default. Those can be enabled on a per role
or per playbook basis.
2017-07-25 10:06:57 -03:00

14 lines
255 B
INI

[defaults]
inventory = hosts
library = library
remote_tmp = $HOME/.ansible/tmp
remote_user = root
nocows = 1
roles_path = roles
vault_password_file = misc/get-vault-pass.sh
retry_files_enabled = False
[ssh_connection]
pipelining = True
scp_if_ssh = True