aboutsummaryrefslogtreecommitdiff
path: root/terraform/ansible/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'terraform/ansible/ansible.cfg')
-rw-r--r--terraform/ansible/ansible.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/terraform/ansible/ansible.cfg b/terraform/ansible/ansible.cfg
new file mode 100644
index 0000000..c04b015
--- /dev/null
+++ b/terraform/ansible/ansible.cfg
@@ -0,0 +1,12 @@
+[defaults]
+become_method = sudo
+inventory = ./inventory
+stdout_callback = debug
+#vault_password_file = vault-password
+retry_files_save_path = .retry
+
+#https://stackoverflow.com/questions/32297456/how-to-ignore-ansible-ssh-authenticity-checking
+host_key_checking = False
+
+strategy_plugins = env/lib/python3.7/site-packages/ansible_mitogen/plugins/strategy
+strategy = mitogen_linear