moved nginx, graylog to podman
This commit is contained in:
22
ansible/roles/podman/tasks/configuration-nginx.yml
Normal file
22
ansible/roles/podman/tasks/configuration-nginx.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
- name: create letsencrypt shared root srv directory
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: /srv/http/letsencrypt
|
||||
owner: "{{ podman_user }}"
|
||||
group: "{{ podman_user }}"
|
||||
mode: 0644
|
||||
state: directory
|
||||
tags:
|
||||
- ssl
|
||||
- https
|
||||
|
||||
- import_tasks: configuration-nginx-http.yml
|
||||
- import_tasks: configuration-nginx-https.yml
|
||||
- import_tasks: configuration-nginx-modsec.yml
|
||||
|
||||
- meta: flush_handlers
|
||||
tags:
|
||||
- http
|
||||
- modsec
|
||||
- modsec_rules
|
||||
Reference in New Issue
Block a user