Remove mennos-vm from inventory and playbook tasks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user