Added new hosts

This commit is contained in:
Guillem Hernandez Sola
2025-06-18 13:33:38 +02:00
parent 3ae10c2e30
commit a8ba62fc74
44 changed files with 700 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
- become: yes
hosts: webserver
roles:
- role: apache2
- role: php
hosts: database
roles:
- role: mariadb
hosts: loadbalancer
roles:
- role: nginx
- role: users