Added new hosts 2

This commit is contained in:
Guillem Hernandez Sola
2025-06-18 13:37:13 +02:00
parent a8ba62fc74
commit 1714977706

View File

@@ -1,13 +1,16 @@
- become: yes
- name: Instalar webserver
hosts: webserver
roles:
- role: apache2
- role: php
- name: Instalar database
hosts: database
roles:
- role: mariadb
- name: Instalar loadbalancer
hosts: loadbalancer
roles:
- role: nginx