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 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