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:
parent
35d83aec98
commit
c20ca679d9
3 changed files with 1 additions and 2 deletions
|
@ -55,7 +55,6 @@
|
||||||
- sshd
|
- sshd
|
||||||
- openvpn
|
- openvpn
|
||||||
- admin_console
|
- admin_console
|
||||||
- nginx
|
|
||||||
- apache
|
- apache
|
||||||
- squid
|
- squid
|
||||||
- dansguardian
|
- dansguardian
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue