diff --git a/.ansible/.lock b/.ansible/.lock deleted file mode 100644 index e69de29..0000000 diff --git a/ansible/inventory.ini b/ansible/inventory.ini index 8b5f653..2aab060 100644 --- a/ansible/inventory.ini +++ b/ansible/inventory.ini @@ -4,5 +4,4 @@ mennos-desktop ansible_connection=local [servers] mennos-vps ansible_connection=local -mennos-vm ansible_connection=local mennos-desktop ansible_connection=local diff --git a/ansible/playbook.yml b/ansible/playbook.yml index ec13ad4..f09f8b9 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -16,4 +16,4 @@ - name: Include server tasks ansible.builtin.import_tasks: tasks/servers/server.yml - when: inventory_hostname in ['mennos-server', 'mennos-hobbypc', 'mennos-vm', 'mennos-desktop'] + when: inventory_hostname in ['mennos-vps', 'mennos-desktop']