Grundstuktur erstellt.

This commit is contained in:
Frank Agerholm 2026-07-09 21:54:41 +02:00
commit db6f5ac31a
No known key found for this signature in database
15 changed files with 67 additions and 0 deletions

11
roles/nginx/README.md Normal file
View file

@ -0,0 +1,11 @@
# nginx
## Aufgaben der Rolle
- Installation von nginx
- Aktivieren und Starten des Services
- Konfigdatei aus Template erzeugen
- Verzeichnis für virtualhosts anlegen (vhosts.d)
- Wenn sich eine Konfigdatei ändert, soll nginx neu gestartet werden

View file

@ -0,0 +1 @@
---

View file

@ -0,0 +1 @@
---

View file