fix(playbooks): fixed the way hosts are targeted by playbooks

This commit is contained in:
NaeiKinDus 2023-11-30 00:00:00 +00:00
parent a577af133d
commit e34e71b9ef
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
5 changed files with 42 additions and 32 deletions

View file

@ -1,18 +0,0 @@
---
- hosts: main_desktop
tasks:
- name: include common role
ansible.builtin.include_role:
name: nullified.infrastructure.common
- name: include workstation role
ansible.builtin.include_role:
name: nullified.infrastructure.workstation
- name: include development role
ansible.builtin.include_role:
name: nullified.infrastructure.development
- name: include security role
ansible.builtin.include_role:
name: nullified.infrastructure.security
- name: include gaming role
ansible.builtin.include_role:
name: nullified.infrastructure.gaming

View file

@ -1,12 +0,0 @@
---
- hosts: server
tasks:
- name: include common role
ansible.builtin.include_role:
name: nullified.infrastructure.common
- name: include security role
ansible.builtin.include_role:
name: nullified.infrastructure.security
- name: include server role
ansible.builtin.include_role:
name: nullified.infrastructure.server