commit ef5e576057d33bf5e776b4751b10c3bc6602de0c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Aug 18 23:17:36 2021 +0200
Update ansible.cfg
roles/ansible-server/templates/ansible.cfg.j2 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/roles/ansible-server/templates/ansible.cfg.j2
b/roles/ansible-server/templates/ansible.cfg.j2
index 14bc86d..61325da 100644
--- a/roles/ansible-server/templates/ansible.cfg.j2
+++ b/roles/ansible-server/templates/ansible.cfg.j2
@@ -29,6 +29,8 @@ forks = 150
#module_lang = C
#module_set_locale = False
+interpreter_python = auto
+
# plays will gather facts by default, which contain information about
# the remote system.
#
@@ -59,7 +61,7 @@ gathering = smart
# additional paths to search for roles in, colon separated
#roles_path = /etc/ansible/roles
-roles_path = {{ ansible_base }}/ansible/roles
+roles_path = {{ ansible_base }}/ansible/roles:/usr/share/ansible/roles
# uncomment this to disable SSH key host checking
#host_key_checking = False
@@ -75,7 +77,7 @@ roles_path = {{ ansible_base }}/ansible/roles
# enable callback plugins, they can output to stdout but cannot be 'stdout'
type.
#callback_whitelist = timer, mail
-callback_whitelist = fedmsg_callback2,profile_tasks,logdetail2
+callback_whitelist = fedora_messaging_callback,profile_roles,profile_tasks,logdetail
# Determine whether includes in tasks and handlers are "static" by
# default. As of 2.0, includes are dynamic by default. Setting these
Show replies by date