--- a/ansible.cfg Thu Aug 16 20:25:56 2018 -0500
+++ b/ansible.cfg Mon Aug 20 10:22:45 2018 -0500
@@ -1,15 +1,17 @@
[defaults]
-remote_tmp = ~/.ansible/tmp
+inventory = ./inventory
+
+#remote_tmp = ~/.ansible/tmp
retry_files_enabled = false
roles_path = ./roles
-become_flags = -H -S -n -E
-squash_actions = apk,apt,dnf,homebrew,pacman,pkgng,yum,zypper
-merge_multiple_cli_flags = true
+#become_flags = -H -S -n -E
+#squash_actions = apk,apt,dnf,homebrew,pacman,pkgng,yum,zypper
+#merge_multiple_cli_flags = true
# SSH
-timeout = 10
-executable = /bin/bash
+#timeout = 10
+#executable = /bin/bash
host_key_checking = False
#remote_port = 22