Added facts for Nginx 5

This commit is contained in:
Guillem Hernandez Sola
2025-06-18 14:14:47 +02:00
parent eb7b7e8e36
commit 3919d5f81d

View File

@@ -12,14 +12,14 @@
- name: Instalar database
hosts: database
become: yes
gather_facts: no
gather_facts: yes
roles:
- role: mariadb
- name: Instalar loadbalancer
hosts: loadbalancer
become: yes
gather_facts: no
gather_facts: yes
roles:
- role: nginx
- role: users