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 - become: yes
- name: Instalar webserver
hosts: webserver hosts: webserver
roles: roles:
- role: apache2 - role: apache2
- role: php - role: php
- name: Instalar database
hosts: database hosts: database
roles: roles:
- role: mariadb - role: mariadb
- name: Instalar loadbalancer
hosts: loadbalancer hosts: loadbalancer
roles: roles:
- role: nginx - role: nginx