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

          
                                               



                                                 








                                                  
                           



                  

                                      


                 
[defaults]

inventory = inventory.ini,secrets/inventory.ini
interpreter_python = auto_silent
jinja2_extensions = jinja2.ext.do,jinja2.ext.i18n

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

stdout_callback = yaml
stderr_callback = yaml

timeout = 20
system_warnings = True
deprecation_warnings = True
duplicate_dict_key = ignore

remote_user = root
remote_port = 22

vault_identity_list = default@vault.sh

[ssh_connection]
pipelining = True
scp_if_ssh = True
remember that computers suck.