aboutsummaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-03 23:25:41 +0100
committerbinary <me@rgoncalves.se>2020-11-03 23:25:41 +0100
commitaf78a2b68e25296ecf2187199bb9e3b2ed370e46 (patch)
treebb83708430f0a2b847d43efbfd26e9e0e2df5b8a /ansible.cfg
parenta43b2771624f08396c18f21f8392af603164f047 (diff)
downloadold-infrastructure-af78a2b68e25296ecf2187199bb9e3b2ed370e46.tar.gz
Move playbook to subdir
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
index f624d91..a928ad6 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,5 +1,7 @@
[defaults]
+
inventory = inventory.yml
interpreter_python = auto_silent
jinja2_extensions = jinja2.ext.do,jinja2.ext.i18n
+roles_path = roles/
remember that computers suck.