Another big round of refactoring and cleaning...

This commit is contained in:
2025-07-11 17:55:26 +02:00
parent aa61bf2a44
commit 168c5c0da6
323 changed files with 761 additions and 811 deletions

View File

@@ -98,7 +98,7 @@
- name: update device
include_role:
name: update
name: update-compose
when: mode_update | bool
- name: "Load base roles"
@@ -108,11 +108,8 @@
- drv
- gen
- net
- alert
- mon
- maint
- update
- bkp
- cln
loop_control:
label: "{{ item }}-roles.yml"

View File

@@ -3,12 +3,12 @@
include_role:
name: "{{ item }}"
loop:
- core-security
- core-journalctl
- mon-bot-disc-space
- cln-disc-space
- mon-bot-btrfs
- maint-btrfs-auto-balancer
- sys-svc-sshd
- sys-svc-journalctl
- sys-hlth-disc-space
- sys-cln-disc-space
- sys-hlth-btrfs
- sys-rpr-btrfs-blnc
- name: "Include server roles"
include_tasks: "./tasks/groups/{{ item }}-roles.yml"