mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved more domain related bugs
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
---
|
||||
- name: "include role nginx-modifier-all for {{domain}}"
|
||||
- name: "include role nginx-modifier-all for {{domains[application_id]}}"
|
||||
include_role:
|
||||
name: nginx-modifier-all
|
||||
|
||||
- name: "include role nginx-https-recieve-certificate for {{domain}}"
|
||||
- name: "include role nginx-https-recieve-certificate for {{domains[application_id]}}"
|
||||
include_role:
|
||||
name: nginx-https-recieve-certificate
|
||||
vars:
|
||||
domain: "{{domains[application_id]}}"
|
||||
|
||||
- name: "generate {{domains[application_id]}}.conf"
|
||||
template:
|
||||
|
Reference in New Issue
Block a user