Fixes für zentrale Verwaltung

This commit is contained in:
phil 2021-06-26 02:32:29 +02:00
parent b33a014729
commit a6fea170a4
10 changed files with 62 additions and 11 deletions

View file

@ -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"