]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blob - ansible.cfg
Make output less verbose
[perso/Immae/Config/Ansible.git] / ansible.cfg
1 [defaults]
2 stdout_callback = concise
3 callback_plugins = ./plugins/callback
4 inventory = ./hosts
5 remote_tmp = $XDG_CACHE_HOME/ansible
6 local_tmp = $XDG_CACHE_HOME/ansible
7 retry_files_save_path = $XDG_CACHE_HOME/ansible
8 roles_path = ./roles:./galaxy
9 display_skipped_hosts = yes
10 display_ok_hosts = false