diff --git a/etc/ansible.example.cfg b/etc/ansible.example.cfg index 72c0a7e..0c3d254 100644 --- a/etc/ansible.example.cfg +++ b/etc/ansible.example.cfg @@ -9,6 +9,9 @@ fact_caching = jsonfile fact_caching_connection = /tmp/facts_cache retry_files_enabled = False fact_caching_timeout = 0 +nocows=true +stdout_callback=community.general.yaml +callbacks_enabled=ansible.posix.profile_tasks, ansible.posix.timer [ssh_connection] ssh_args = -o ControlMaster=auto -o ControlPersist=900s