dev/project-and-knowledge-tracking #2

Merged
drew merged 2 commits from dev/project-and-knowledge-tracking into main 2026-05-24 16:16:21 +00:00
1 changed files with 12 additions and 6 deletions
Showing only changes of commit 8fc4310fe5 - Show all commits

View File

@ -30,12 +30,18 @@
hosts: controller
become: true
roles:
- base_os
- firewall_base
- container_runtime
- adguard
- trilium
- caddy
- name: base_os
tags: base_os
- name: firewall_base
tags: firewall_base
- name: container_runtime
tags: container_runtime
- name: adguard
tags: adguard
- name: trilium
tags: trilium
- name: caddy
tags: caddy
- name: Workstation Setup
hosts: workstation