Added facts for Nginx 4
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user