rewrite lego role

This commit is contained in:
Oli
2025-06-05 22:53:10 +00:00
parent 62fabb2277
commit 230feb9b0c
12 changed files with 247 additions and 71 deletions

View File

@@ -34,11 +34,14 @@
path: /etc/nginx/conf.d/default.conf
state: absent
- name: Create global config folder
- name: Create additional config folder
file:
path: "/etc/nginx/global"
path: "/etc/nginx/{{ item }}"
mode: "0755"
state: directory
loop:
- global
- snippets
- name: Copy Nginx SSL Config
template: