aboutsummaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-02 13:18:31 +0100
committerbinary <me@rgoncalves.se>2020-11-02 13:18:31 +0100
commit9b4de351b435da646ea99ff3c79e78943eedde76 (patch)
tree98c499145f7dc076535f95fa174d647498d14098 /ansible.cfg
parent8b85750a26a182815922110e6914dc36b6df5fbe (diff)
downloadold-infrastructure-9b4de351b435da646ea99ff3c79e78943eedde76.tar.gz
Move inventory to yaml syntax
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 480a2c2..f624d91 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,5 +1,5 @@
[defaults]
-inventory = inventory.ini,inventory_vars.ini
+inventory = inventory.yml
interpreter_python = auto_silent
jinja2_extensions = jinja2.ext.do,jinja2.ext.i18n
remember that computers suck.