Browse Source

Use 3rd party callback named 'condensed' as default

Emmanuel Bouthenot 6 years ago
parent
commit
2b935b9395
3 changed files with 6 additions and 1 deletions
  1. 3 0
      .gitmodules
  2. 1 0
      3rdparty/ansible-callback-condensed
  3. 2 1
      ansible.cfg

+ 3 - 0
.gitmodules

@@ -1,3 +1,6 @@
 [submodule "3rdparty/blockinfile"]
 	path = 3rdparty/blockinfile
 	url = https://github.com/yaegashi/ansible-role-blockinfile.git
+[submodule "3rdparty/ansible-callback-condensed"]
+	path = 3rdparty/ansible-callback-condensed
+	url = https://git.openics.org/kolter/ansible-callback-condensed.git

+ 1 - 0
3rdparty/ansible-callback-condensed

@@ -0,0 +1 @@
+Subproject commit 2b00d447df6448dc0cef9c71d2694093f5e3b193

+ 2 - 1
ansible.cfg

@@ -61,7 +61,7 @@ gathering = smart
 #host_key_checking = False
 
 # change the default callback
-stdout_callback = skippy2
+stdout_callback = condensed
 # enable additional callbacks
 #callback_whitelist = timer, mail
 
@@ -184,6 +184,7 @@ display_skipped_hosts = False
 #terminal_plugins   = /usr/share/ansible/plugins/terminal
 #strategy_plugins   = /usr/share/ansible/plugins/strategy
 
+callback_plugins   = 3rdparty/kolter-playbooks/3rdparty/ansible-callback-condensed/
 
 # by default, ansible will use the 'linear' strategy but you may want to try
 # another one