diff options
-rw-r--r-- | ansible.cfg | 2 | ||||
-rw-r--r-- | hosts.ini | 2 | ||||
-rw-r--r-- | hosts.yml | 3 |
3 files changed, 4 insertions, 3 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 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: |