mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2024-11-15 16:03:08 +01:00
17 lines
358 B
INI
17 lines
358 B
INI
[defaults]
|
|
inventory = hosts,hcloud_inventory.py
|
|
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
|
|
callback_plugins = plugins/callback
|
|
callback_whitelist = profile_tasks
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
scp_if_ssh = True
|
|
retries = 5
|