aboutsummaryrefslogblamecommitdiffstats
path: root/ansible.cfg
blob: e80836e64b4da39d33f322bcfa2383bc382ab4bf (plain) (tree)
1
2
3
4
5
6
7
8
          
 

                          


                                                 
                   





                                                  
 
           
                      
 

                 
[defaults]

#inventory = inventory.yml
inventory = inventory.ini
interpreter_python = auto_silent
jinja2_extensions = jinja2.ext.do,jinja2.ext.i18n

roles_path = roles/
library = /usr/share/ansible/:plugins/modules/
filter_plugins = filter_plugins/
default_fact_path = /etc/ansible/facts.d/:facts.d/

stdout_callback = yaml
stderr_callback = yaml

timeout = 4
command_warnings=False

[ssh_connection]
pipelining = True
remember that computers suck.