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

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

This commit is contained in:
root 2020-02-12 03:14:57 -05:00
parent 1d4591478a
commit 5247b7f00c

View file

@ -14,15 +14,14 @@
#when: web_support_install | bool
when: apache_install or nginx_install
- name: APACHE (install now, configure LATER in Stage 9)
- name: APACHE
include_role:
name: httpd
when: apache_install | bool
- name: NGINX (install now, configure LATER in Stage 9)
- name: NGINX
include_role:
name: nginx
#include_tasks: roles/nginx/tasks/install.yml
when: nginx_install | bool
- name: dnsmasq (install now, configure LATER in 'network')