summaryrefslogtreecommitdiff
path: root/acme/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'acme/ansible.cfg')
-rw-r--r--acme/ansible.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/acme/ansible.cfg b/acme/ansible.cfg
new file mode 100644
index 0000000..1790523
--- /dev/null
+++ b/acme/ansible.cfg
@@ -0,0 +1,8 @@
+[defaults]
+become_method = sudo
+inventory = inventory.yml
+nocows = True
+stdout_callback = debug
+vault_password_file = .vault-password
+roles_path = roles
+retry_files_enabled = False