fix(playbooks): fixed the way hosts are targeted by playbooks
This commit is contained in:
parent
a577af133d
commit
e34e71b9ef
5 changed files with 42 additions and 32 deletions
|
@ -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
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue