1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 15:22:40 +02:00
infrastructure/ansible.cfg
Giancarlo Razzolini f0736897ae
ansible.cfg: Enable the profile_tasks callback plugin
The profile_tasks plugin shows how much time the book run took and
also breaks down an individual view of how much time each task took
to complete.
2017-08-22 17:49:44 -03:00

15 lines
290 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
callback_whitelist = profile_tasks
[ssh_connection]
pipelining = True
scp_if_ssh = True