Missed a change
This commit is contained in:
parent
c44fa40be4
commit
8fc4310fe5
18
playbook.yml
18
playbook.yml
|
|
@ -30,12 +30,18 @@
|
||||||
hosts: controller
|
hosts: controller
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- base_os
|
- name: base_os
|
||||||
- firewall_base
|
tags: base_os
|
||||||
- container_runtime
|
- name: firewall_base
|
||||||
- adguard
|
tags: firewall_base
|
||||||
- trilium
|
- name: container_runtime
|
||||||
- caddy
|
tags: container_runtime
|
||||||
|
- name: adguard
|
||||||
|
tags: adguard
|
||||||
|
- name: trilium
|
||||||
|
tags: trilium
|
||||||
|
- name: caddy
|
||||||
|
tags: caddy
|
||||||
|
|
||||||
- name: Workstation Setup
|
- name: Workstation Setup
|
||||||
hosts: workstation
|
hosts: workstation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue