mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 23:38:13 +02:00
Renamed webserver roles to more speakable names
This commit is contained in:
10
roles/srv-https-stack/tasks/main.yml
Normal file
10
roles/srv-https-stack/tasks/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- block:
|
||||
- name: Include dependencies
|
||||
include_role:
|
||||
name: '{{ item }}'
|
||||
loop:
|
||||
- srv-core
|
||||
- sys-svc-cln-domains
|
||||
- srv-letsencrypt
|
||||
- include_tasks: utils/run_once.yml
|
||||
when: run_once_srv_https_stack is not defined
|
Reference in New Issue
Block a user