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:
parent
1d4591478a
commit
5247b7f00c
1 changed files with 2 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue