post home assistant update
This commit is contained in:
@@ -55,14 +55,22 @@
|
||||
mode: '0644'
|
||||
with_fileglob:
|
||||
- http.d/*
|
||||
- name: Template all http configurations
|
||||
- name: Template all reeseapps http configurations
|
||||
template:
|
||||
src: https.conf
|
||||
dest: /etc/nginx/http.d/{{ item.external.domain }}.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
with_items: "{{ terminate_ssl }}"
|
||||
with_items: "{{ reeseapps }}"
|
||||
- name: Template all reeseseal http configurations
|
||||
template:
|
||||
src: https.conf
|
||||
dest: /etc/nginx/http.d/{{ item.external.domain }}.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
with_items: "{{ reeseseal }}"
|
||||
- name: Reload nginx service
|
||||
ansible.builtin.systemd_service:
|
||||
state: restarted
|
||||
|
||||
Reference in New Issue
Block a user