Added nginx role

This commit is contained in:
Guillem Hernandez Sola
2025-06-18 10:52:37 +02:00
parent 55e3923991
commit 2cbcad9dfb
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
- hosts: all
become: yes
roles:
- role: nginx
- role: apache2
- role: php
- role: mariadb