initial commit
This commit is contained in:
commit
e61fe7e3f7
16 changed files with 740 additions and 0 deletions
16
ansible/ansible.cfg
Normal file
16
ansible/ansible.cfg
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[defaults]
|
||||
remote_user = root
|
||||
#nocows = True
|
||||
gathering = smart
|
||||
fact_caching = jsonfile
|
||||
interpreter_python = /usr/bin/python3
|
||||
strategy = free
|
||||
forks = 2
|
||||
|
||||
# two hours timeout
|
||||
fact_caching_timeout = 7200
|
||||
fact_caching_uri = ./.fact_cache.json
|
||||
|
||||
[ssh_connection]
|
||||
# when developing on local machine
|
||||
pipelining = True
|
||||
Loading…
Add table
Add a link
Reference in a new issue