noticket - reorganized podman
This commit is contained in:
23
ansible/roles/podman/tasks/containers/base/conf-nginx.yml
Normal file
23
ansible/roles/podman/tasks/containers/base/conf-nginx.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
- name: create letsencrypt shared root srv directory
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: /srv/http/letsencrypt
|
||||
owner: "{{ podman_user }}"
|
||||
group: "{{ podman_user }}"
|
||||
mode: 0755
|
||||
state: directory
|
||||
tags:
|
||||
- ssl
|
||||
- https
|
||||
|
||||
- import_tasks: conf-nginx-http.yml
|
||||
- import_tasks: conf-nginx-https.yml
|
||||
- import_tasks: conf-nginx-modsec.yml
|
||||
|
||||
- name: flush handlers
|
||||
ansible.builtin.meta: flush_handlers
|
||||
tags:
|
||||
- http
|
||||
- modsec
|
||||
- modsec_rules
|
||||
Reference in New Issue
Block a user