commit 7f86881b7cb461803fdcadf013a3f5afa6ca60aa Author: Dustin C. Hatch Date: Tue Jan 2 23:36:42 2018 -0600 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e96927 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.fact-cache diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..8861b32 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,8 @@ +# vim: set ft=dosini : + +[defaults] +inventory = hosts + +gathering = smart +fact_caching = jsonfile +fact_caching_connection = .fact-cache diff --git a/hosts b/hosts new file mode 100644 index 0000000..deb527c --- /dev/null +++ b/hosts @@ -0,0 +1,2 @@ +[all:vars] +ansible_python_interpreter=/usr/bin/python3