]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blame_incremental - ansible.cfg
New configuration as of 2019-08-21
[perso/Immae/Config/Ansible.git] / ansible.cfg
... / ...
CommitLineData
1[defaults]
2stdout_callback = concise
3callback_plugins = ./plugins/callback
4inventory = ./hosts
5remote_tmp = $XDG_CACHE_HOME/ansible
6local_tmp = $XDG_CACHE_HOME/ansible
7retry_files_save_path = $XDG_CACHE_HOME/ansible
8roles_path = ./roles:./galaxy
9display_skipped_hosts = yes
10display_ok_hosts = false
11gather_subset = !all