1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

split out apache install from httpd

This commit is contained in:
Jerry Vonau 2020-01-24 03:25:49 -06:00
parent f126c06e6e
commit 03748e4de7
2 changed files with 8 additions and 5 deletions

View file

@ -3,21 +3,24 @@
- name: ...IS BEGINNING =====================================
command: echo
- name: HTTPD (APACHE)
- name: HTTPD
include_role:
name: httpd
when: apache_install | bool
- name: MYSQL
include_role:
name: mysql
when: mysql_install | bool
- name: Install NGINX (configured LATER, in Stage 9-LOCAL-ADDONS)
- name: Install APACHE (configured LATER, in Stage 4)
include_tasks: roles/httpd/tasks/install.yml
when: apache_install | bool
- name: Install NGINX (configured LATER, in Stage 4)
include_tasks: roles/nginx/tasks/install.yml
when: nginx_install | bool
- name: Install dnsmasq
- name: Install dnsmasq (configured LATER, in network)
include_tasks: roles/network/tasks/dnsmasq.yml
when: dnsmasq_install | bool

View file

@ -9,7 +9,7 @@
# - And that we really don't want to invoke it hereunder?
# - Save relevant apache_* vars to /etc/iiab/iiab.ini
- include_tasks: install.yml
#- include_tasks: install.yml
- include_tasks: html.yml
- include_tasks: php-stem.yml