summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-02-10 18:00:38 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-02-10 18:00:38 +0000
commit726e518cc963f290cec10f36618b131bc4d6a088 (patch)
treea491dcad3499fab859efd8faa2e76a2ad1496c23 /ansible.cfg
parentb33d97a9bedf7371967c700e640b35d47f10b732 (diff)
downloadinfra-726e518cc963f290cec10f36618b131bc4d6a088.tar.gz
infra-726e518cc963f290cec10f36618b131bc4d6a088.tar.bz2
infra-726e518cc963f290cec10f36618b131bc4d6a088.zip
Migrate from hosts.ini to hosts.yml
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 d5556bf..6141e48 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,5 +1,5 @@
[defaults]
-inventory = hosts.ini
+inventory = hosts.yml
roles_path = roles
remote_user = root
vault_password_file = bin/decrypt-vault-password.sh