mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized cli script
This commit is contained in:
@@ -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:
|
||||
|
@@ -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))
|
Reference in New Issue
Block a user