1
0
Fork 0
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:
A Holt 2020-01-14 15:37:56 -05:00 committed by GitHub
parent 97b6724e73
commit cd036baa52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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