Initial commit

jenkins-master
Dustin 2018-01-02 23:36:42 -06:00
commit 7f86881b7c
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.fact-cache

8
ansible.cfg Normal file
View File

@ -0,0 +1,8 @@
# vim: set ft=dosini :
[defaults]
inventory = hosts
gathering = smart
fact_caching = jsonfile
fact_caching_connection = .fact-cache

2
hosts Normal file
View File

@ -0,0 +1,2 @@
[all:vars]
ansible_python_interpreter=/usr/bin/python3