add some basic stuff
This commit is contained in:
14
ansible.cfg
Normal file
14
ansible.cfg
Normal file
@@ -0,0 +1,14 @@
|
||||
[defaults]
|
||||
host_key_checking = false
|
||||
fact_caching = jsonfile
|
||||
fact_caching_connection = /tmp/facts_cache
|
||||
library = library
|
||||
gather_facts = true
|
||||
interpreter_python = auto
|
||||
remote_user = user
|
||||
|
||||
[connection]
|
||||
pipelining = True
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
Reference in New Issue
Block a user