1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update 3-base-server/tasks/main.yml

This commit is contained in:
A Holt 2020-01-23 22:53:09 -05:00 committed by GitHub
parent 86ed7d4144
commit 86b0c4adee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,11 @@
include_role:
name: httpd
when: apache_install | bool
#tags: base, httpd
- name: MYSQL
include_role:
name: mysql
when: mysql_install | bool
#tags: base, mysql
- name: Install NGINX (configured LATER, in Stage 9-LOCAL-ADDONS)
include_tasks: roles/nginx/tasks/install.yml
@ -22,7 +20,6 @@
- name: Install dnsmasq
include_tasks: roles/network/tasks/dnsmasq.yml
when: dnsmasq_install | bool
#tags: base, domain, dnsmasq, network
- name: Recording STAGE 3 HAS COMPLETED =====================
lineinfile: