18 lines
629 B
YAML
18 lines
629 B
YAML
---
|
|
- 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
|