Added: Nginx configuration & signed X509 certs installation
This commit is contained in:
parent
e0314da734
commit
db7fa4b8f7
6 changed files with 147 additions and 7 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue