Optimized cli script

This commit is contained in:
2025-07-10 21:40:57 +02:00
parent c160c58a5c
commit 4de60d4162
3 changed files with 58 additions and 29 deletions

View File

@@ -101,6 +101,19 @@
name: update
when: mode_update | bool
- name: "Integrate Docker Role includes"
include_tasks: "./tasks/groups/{{ item }}-roles.yml"
loop:
- core
- drv
- gen
- net
- alert
- mon
- maint
loop_control:
label: "{{ item }}-roles.yml"
- name: setup standard wireguard
when: ('wireguard_server' | application_allowed(group_names, allowed_applications))
include_role:

View File

@@ -18,8 +18,3 @@
- web
loop_control:
label: "{{ item }}-roles.yml"
- name: "setup corporate identity"
include_role:
name: util-srv-corporate-identity
when: ('corporate_identity' | application_allowed(group_names, allowed_applications))