From 203ffcbfc31abb06c306d3adbde7e44dce9afca2 Mon Sep 17 00:00:00 2001 From: Larry Smith Jr Date: Thu, 3 Mar 2016 15:28:30 -0500 Subject: Added support for CentOS and Vagrant Signed-off-by: Larry Smith Jr --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ansible.cfg (limited to 'ansible.cfg') diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..5a1e589 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,3 @@ +[defaults] +host_key_checking = False +#roles_path = ../ -- cgit v1.2.3