From 726e518cc963f290cec10f36618b131bc4d6a088 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 10 Feb 2024 18:00:38 +0000 Subject: Migrate from hosts.ini to hosts.yml --- ansible.cfg | 2 +- hosts.ini | 2 -- hosts.yml | 3 +++ 3 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 hosts.ini create mode 100644 hosts.yml 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 diff --git a/hosts.ini b/hosts.ini deleted file mode 100644 index 552edc6..0000000 --- a/hosts.ini +++ /dev/null @@ -1,2 +0,0 @@ -[web] -sun.ilvokhin.com diff --git a/hosts.yml b/hosts.yml new file mode 100644 index 0000000..4cffab0 --- /dev/null +++ b/hosts.yml @@ -0,0 +1,3 @@ +web: + hosts: + sun.ilvokhin.com: -- cgit v1.2.3-70-g09d2