From 9f419d683e9f637f5211888f8cd82825d09f1f56 Mon Sep 17 00:00:00 2001 From: mg Date: Wed, 28 Jul 2021 07:53:51 +0200 Subject: [PATCH] ansible opts display* (#176) ansible opts display* Co-Authored-By: Michael Grote Co-Authored-By: mg Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/176 Co-Authored-By: mg Co-Committed-By: mg --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index 21599cc8..0121d916 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -8,6 +8,8 @@ collections_paths = ./ansible_collections private_key_file = ./id_rsa_ansible_user vault_password_file = vault-pass.yml gathering = smart +#display_ok_hosts = no # zeigt nur noch changed und error tasks/hosts an +#display_skipped_hosts = yes # dito [inventory]