mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
3-base-server: move NGINX below Apache & MySQL
This commit is contained in:
parent
97b6724e73
commit
cd036baa52
1 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,6 @@
|
|||
- name: ...IS BEGINNING =====================================
|
||||
command: echo
|
||||
|
||||
- name: Install NGINX (configured LATER, in Stage 9-LOCAL-ADDONS)
|
||||
include_tasks: roles/nginx/tasks/install.yml
|
||||
when: nginx_install | bool
|
||||
|
||||
- name: HTTPD (APACHE)
|
||||
include_role:
|
||||
name: httpd
|
||||
|
@ -19,6 +15,10 @@
|
|||
when: mysql_install | bool
|
||||
#tags: base, mysql
|
||||
|
||||
- name: Install NGINX (configured LATER, in Stage 9-LOCAL-ADDONS)
|
||||
include_tasks: roles/nginx/tasks/install.yml
|
||||
when: nginx_install | bool
|
||||
|
||||
- name: Install dnsmasq
|
||||
include_tasks: roles/network/tasks/dnsmasq.yml
|
||||
when: dnsmasq_install | bool
|
||||
|
|
Loading…
Reference in a new issue