Fixes für zentrale Verwaltung
This commit is contained in:
parent
b33a014729
commit
a6fea170a4
10 changed files with 62 additions and 11 deletions
|
@ -4,7 +4,14 @@
|
|||
path: /etc/dehydrated/domains.txt
|
||||
insertafter: "^# nextcloud"
|
||||
line: "{{ instance.domain }}"
|
||||
# when: dehydrated_installiert
|
||||
delegate_to: "{{ gateway_host }}"
|
||||
|
||||
- name: "gateway: {{ instance.domain }}: Alias zur Zertifikatsliste hinzufügen"
|
||||
lineinfile:
|
||||
path: /etc/dehydrated/domains.txt
|
||||
insertafter: "^# nextcloud"
|
||||
line: "{{ instance.alias }}"
|
||||
when: instance.alias is defined
|
||||
delegate_to: "{{ gateway_host }}"
|
||||
|
||||
- name: "gateway: {{ instance.domain }}: Zertifikat erstellen"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue