From c6884335366f6acdfa097314283c5844a58d5f6f Mon Sep 17 00:00:00 2001 From: Kien Nguyen Tuan Date: Mon, 20 Jan 2025 17:29:03 +0700 Subject: [PATCH] ansible: enable additional callbacks --- etc/ansible.example.cfg | 3 +++ 1 file changed, 3 insertions(+) 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