Initial commit
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.fact-cache
|
||||
8
ansible.cfg
Normal file
8
ansible.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
# vim: set ft=dosini :
|
||||
|
||||
[defaults]
|
||||
inventory = hosts
|
||||
|
||||
gathering = smart
|
||||
fact_caching = jsonfile
|
||||
fact_caching_connection = .fact-cache
|
||||
Reference in New Issue
Block a user