mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Release Cleanup of validate_vars, default_vars, local_vars, Stages 0-4, SSHD
This commit is contained in:
parent
dbd1f37e74
commit
ac22723b43
15 changed files with 145 additions and 66 deletions
|
@ -113,7 +113,6 @@ wifi_up_down: True # Creates a 2nd virtual WiFi adapter for upstream WiFi
|
|||
# Gateway mode
|
||||
iiab_lan_enabled: True
|
||||
iiab_wan_enabled: True
|
||||
ssh_port: 22 # SEE sshd_* vars below.
|
||||
# Ties in what the user populated in the GUI for static WAN IP address info:
|
||||
gui_wan: True
|
||||
adm_cons_force_ssl: False
|
||||
|
@ -207,10 +206,6 @@ wan_try_dhcp_before_static_ip: True # Facilitate field updates w/ cablemodems
|
|||
|
||||
# 1-PREP
|
||||
|
||||
# SEE ssh_port var above.
|
||||
sshd_install: True
|
||||
sshd_enabled: True
|
||||
|
||||
# roles/iiab-admin runs here
|
||||
# SEE IIAB-ADMIN VARIABLES NEAR TOP OF THIS FILE: e.g. iiab_admin_user_install,
|
||||
# iiab_admin_user, iiab_admin_published_pwd, iiab_admin_pwd_hash
|
||||
|
@ -250,7 +245,7 @@ mysql_enabled: True
|
|||
|
||||
# 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
|
||||
# 2020-09-21: removed install |bool in stage 3, not optional and has no effect
|
||||
# 2020-09-24: NGINX is mandatory, SEE: roles/3-base-server/tasks/main.yml
|
||||
nginx_install: True
|
||||
nginx_enabled: True
|
||||
nginx_port: 80
|
||||
|
@ -271,7 +266,7 @@ apache_allow_sudo: True
|
|||
# See also Apache vars {default_language, language_priority} @ top of this file
|
||||
#
|
||||
# 2020-05-21: apache_install is completely ignored as Apache is installed on
|
||||
# demand as a dependency -- by CUPS, Elgg, Lokole, Moodle, Node-RED and/or
|
||||
# demand as a dependency -- by CUPS, Elgg, Lokole, Moodle, Node-RED, PBX and/or
|
||||
# phpMyAdmin
|
||||
apache_install: False
|
||||
apache_enabled: False
|
||||
|
@ -283,6 +278,10 @@ apache_interface: 127.0.0.1 # 2020-01-13: Var unused
|
|||
|
||||
# 4-SERVER-OPTIONS
|
||||
|
||||
sshd_install: True # Required by OpenVPN
|
||||
sshd_enabled: True
|
||||
sshd_port: 22 # Not fully functional. SEE: roles/sshd/tasks/install.yml
|
||||
|
||||
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
||||
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
||||
|
||||
|
|
|
@ -99,6 +99,7 @@ named_install: False
|
|||
named_enabled: False
|
||||
|
||||
# dnsmasq - handles DHCP and DNS
|
||||
dnsmasq_install: True
|
||||
dnsmasq_enabled: True
|
||||
|
||||
# Enable AFTER installing IIAB! Then run "cd /opt/iiab/iiab; ./iiab-network"
|
||||
|
@ -168,6 +169,8 @@ apache_allow_sudo: True
|
|||
|
||||
|
||||
# 4-SERVER-OPTIONS
|
||||
|
||||
sshd_install: True # Required by OpenVPN
|
||||
sshd_enabled: True
|
||||
|
||||
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
||||
|
|
|
@ -99,6 +99,7 @@ named_install: False
|
|||
named_enabled: False
|
||||
|
||||
# dnsmasq - handles DHCP and DNS
|
||||
dnsmasq_install: True
|
||||
dnsmasq_enabled: True
|
||||
|
||||
# Enable AFTER installing IIAB! Then run "cd /opt/iiab/iiab; ./iiab-network"
|
||||
|
@ -168,6 +169,8 @@ apache_allow_sudo: True
|
|||
|
||||
|
||||
# 4-SERVER-OPTIONS
|
||||
|
||||
sshd_install: True # Required by OpenVPN
|
||||
sshd_enabled: True
|
||||
|
||||
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
||||
|
|
|
@ -99,6 +99,7 @@ named_install: False
|
|||
named_enabled: False
|
||||
|
||||
# dnsmasq - handles DHCP and DNS
|
||||
dnsmasq_install: True
|
||||
dnsmasq_enabled: True
|
||||
|
||||
# Enable AFTER installing IIAB! Then run "cd /opt/iiab/iiab; ./iiab-network"
|
||||
|
@ -168,6 +169,8 @@ apache_allow_sudo: True
|
|||
|
||||
|
||||
# 4-SERVER-OPTIONS
|
||||
|
||||
sshd_install: True # Required by OpenVPN
|
||||
sshd_enabled: True
|
||||
|
||||
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue