mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Implemented role to recieve certs & do modification routines. Also optimized nextcloud
This commit is contained in:
7
roles/nginx-https-get-cert-modify-all/tasks/main.yml
Normal file
7
roles/nginx-https-get-cert-modify-all/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: "include role nginx-modifier-all for {{domain}}"
|
||||
include_role:
|
||||
name: nginx-modifier-all
|
||||
|
||||
- name: "include role nginx-https-get-cert for {{domain}}"
|
||||
include_role:
|
||||
name: nginx-https-get-cert
|
Reference in New Issue
Block a user