Added: Nginx configuration & signed X509 certs installation

This commit is contained in:
Stupéflo 2024-05-21 14:30:56 +02:00
parent b1b8fc733f
commit a407c386e1
Signed by: stupeflo
GPG key ID: 873D883BD359DEE2
6 changed files with 147 additions and 7 deletions

View file

@ -132,6 +132,17 @@
mode: "644"
create: true
- name: Ensure demon caches directory exists
ansible.builtin.file:
path: "{{ item }}"
owner: "{{ www.user }}"
group: "{{ www.group }}"
mode: "755"
state: directory
with_items:
- "{{ movim.path }}/cache"
- "{{ movim.path }}/public/cache"
- name: Reload SystemD daemon
ansible.builtin.shell:
argv: