mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #371 from jvonau/target-bits
Sync from jvonau:target-bits
This commit is contained in:
commit
5e48a5b742
3 changed files with 10 additions and 7 deletions
|
@ -3,21 +3,24 @@
|
||||||
- name: ...IS BEGINNING =====================================
|
- name: ...IS BEGINNING =====================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
||||||
- name: HTTPD (APACHE)
|
- name: HTTPD
|
||||||
include_role:
|
include_role:
|
||||||
name: httpd
|
name: httpd
|
||||||
when: apache_install | bool
|
|
||||||
|
|
||||||
- name: MYSQL
|
- name: MYSQL
|
||||||
include_role:
|
include_role:
|
||||||
name: mysql
|
name: mysql
|
||||||
when: mysql_install | bool
|
when: mysql_install | bool
|
||||||
|
|
||||||
- name: Install NGINX (configured LATER, in Stage 9-LOCAL-ADDONS)
|
- name: Install APACHE (configured LATER, in Stage 9)
|
||||||
|
include_tasks: roles/httpd/tasks/install.yml
|
||||||
|
when: apache_install | bool
|
||||||
|
|
||||||
|
- name: Install NGINX (configured LATER, in Stage 9)
|
||||||
include_tasks: roles/nginx/tasks/install.yml
|
include_tasks: roles/nginx/tasks/install.yml
|
||||||
when: nginx_install | bool
|
when: nginx_install | bool
|
||||||
|
|
||||||
- name: Install dnsmasq
|
- name: Install dnsmasq (configured LATER, in network)
|
||||||
include_tasks: roles/network/tasks/dnsmasq.yml
|
include_tasks: roles/network/tasks/dnsmasq.yml
|
||||||
when: dnsmasq_install | bool
|
when: dnsmasq_install | bool
|
||||||
|
|
||||||
|
|
|
@ -29,10 +29,10 @@
|
||||||
|
|
||||||
# This is in Stage 4-SERVER-OPTIONS (rather than 3-BASE-SERVER) because var
|
# This is in Stage 4-SERVER-OPTIONS (rather than 3-BASE-SERVER) because var
|
||||||
# iiab_home_url changes, and may need to be re-run in the field/offline/etc.
|
# iiab_home_url changes, and may need to be re-run in the field/offline/etc.
|
||||||
- name: HOMEPAGE
|
- name: HOMEPAGE under Apache
|
||||||
include_role:
|
include_role:
|
||||||
name: homepage
|
name: homepage
|
||||||
# has no "when: XXXXX_install" flag
|
when: not nginx_enabled
|
||||||
|
|
||||||
- name: CUPS
|
- name: CUPS
|
||||||
include_role:
|
include_role:
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
# - And that we really don't want to invoke it hereunder?
|
# - And that we really don't want to invoke it hereunder?
|
||||||
# - Save relevant apache_* vars to /etc/iiab/iiab.ini
|
# - Save relevant apache_* vars to /etc/iiab/iiab.ini
|
||||||
|
|
||||||
- include_tasks: install.yml
|
#- include_tasks: install.yml
|
||||||
- include_tasks: html.yml
|
- include_tasks: html.yml
|
||||||
- include_tasks: php-stem.yml
|
- include_tasks: php-stem.yml
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue