Added facts for Nginx 4

This commit is contained in:
Guillem Hernandez Sola
2025-06-18 14:14:29 +02:00
parent 1879a0eaaa
commit eb7b7e8e36

View File

@@ -3,19 +3,23 @@
- name: Instalar webserver
hosts: webserver
become: yes
gather_facts: yes
roles:
- role: apache2
- role: php
- role: pagina
- name: Instalar database
hosts: database
become: yes
gather_facts: no
roles:
- role: mariadb
- name: Instalar loadbalancer
hosts: loadbalancer
become: yes
gather_facts: no
roles:
- role: nginx
- role: users