mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
2045d30679
1 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,6 @@
|
||||||
- name: ...IS BEGINNING =====================================
|
- name: ...IS BEGINNING =====================================
|
||||||
command: echo
|
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)
|
- name: HTTPD (APACHE)
|
||||||
include_role:
|
include_role:
|
||||||
name: httpd
|
name: httpd
|
||||||
|
@ -19,6 +15,10 @@
|
||||||
when: mysql_install | bool
|
when: mysql_install | bool
|
||||||
#tags: base, mysql
|
#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
|
- name: Install dnsmasq
|
||||||
include_tasks: roles/network/tasks/dnsmasq.yml
|
include_tasks: roles/network/tasks/dnsmasq.yml
|
||||||
when: dnsmasq_install | bool
|
when: dnsmasq_install | bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue