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:
parent
86ed7d4144
commit
86b0c4adee
1 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue