summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-18 19:55:32 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-18 19:55:32 -0500
commitd47cbe82b2653a3c4fa165dc155d7433f01fe314 (patch)
tree97e582488f41bfc9a741dd256833ed38887951ae /ansible.cfg
parente36ac0cd111f68ca0979f48e962a4df3dd481bec (diff)
downloadplaybooks-d47cbe82b2653a3c4fa165dc155d7433f01fe314.tar.gz
playbooks-d47cbe82b2653a3c4fa165dc155d7433f01fe314.tar.bz2
playbooks-d47cbe82b2653a3c4fa165dc155d7433f01fe314.zip
ansible.cfg: Add config
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
new file mode 100644
index 0000000..cb083e9
--- /dev/null
+++ b/ansible.cfg
@@ -0,0 +1,6 @@
+[defaults]
+inventory = ./inventory/hosts
+remote_user = root
+private_key_file = ~/.ssh/ansible
+local_tmp = /tmp
+remote_tmp = /tmp