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

validate - prune nginx

This commit is contained in:
Jerry Vonau 2020-09-21 22:02:14 -05:00
parent 35d83aec98
commit c20ca679d9
3 changed files with 1 additions and 2 deletions

View file

@ -55,7 +55,6 @@
- sshd - sshd
- openvpn - openvpn
- admin_console - admin_console
- nginx
- apache - apache
- squid - squid
- dansguardian - dansguardian

View file

@ -21,7 +21,6 @@
- name: NGINX - name: NGINX
include_role: include_role:
name: nginx name: nginx
when: nginx_install | bool
- name: WWW_BASE (WWW_OPTIONS should be installed later) - name: WWW_BASE (WWW_OPTIONS should be installed later)
include_role: include_role:

View file

@ -250,6 +250,7 @@ mysql_enabled: True
# 2019-01-13: IIAB's use of NGINX is still evolving -- please review this # 2019-01-13: IIAB's use of NGINX is still evolving -- please review this
# evolving doc: https://github.com/iiab/iiab/blob/master/roles/nginx/README.md # evolving doc: https://github.com/iiab/iiab/blob/master/roles/nginx/README.md
# 2020-09-21: removed install |bool in stage 3, not optional and has no effect
nginx_install: True nginx_install: True
nginx_enabled: True nginx_enabled: True
nginx_port: 80 nginx_port: 80