From f7572aa4b788e133677b244d0becee7deb868cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20L=C3=BCscher?= Date: Wed, 1 May 2024 16:27:32 +0000 Subject: [PATCH] feat(ansible): give feedback on elapsed time per task and make output human readable --- ansible/ansible.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 4a4d5b2..fca8dfd 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -11,8 +11,12 @@ library = ./library private_key_file = /certs/ssh/ublue-os_forge-id_ed25519 # Console log settings display_skipped_hosts = false +# Use the YAML callback plugin. +stdout_callback = yaml # Use the stdout_callback when running ad-hoc commands. bin_ansible_callbacks = True +# Callback plugins +callbacks_enabled=ansible.posix.profile_tasks # Skip SSH host key checking host_key_checking = False # Disable cowsay