mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Explain SSHD in default_vars.yml & local_vars.yml
This commit is contained in:
parent
b2cad04702
commit
0f9a001caa
4 changed files with 29 additions and 18 deletions
|
@ -206,9 +206,13 @@ wan_try_dhcp_before_static_ip: True # Facilitate field updates w/ cablemodems
|
|||
|
||||
# 1-PREP
|
||||
|
||||
# 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
|
||||
# SSHD runs here & also below in 4-SERVER-OPTIONS
|
||||
sshd_install: True # Required by OpenVPN
|
||||
sshd_enabled: True
|
||||
sshd_port: 22 # Not fully functional. SEE: roles/sshd/tasks/install.yml
|
||||
|
||||
# IIAB-ADMIN runs here - see its vars near top of this file:
|
||||
# e.g. iiab_admin_user_install, iiab_admin_user, iiab_admin_pwd_hash
|
||||
|
||||
openvpn_install: True
|
||||
openvpn_enabled: False
|
||||
|
@ -282,9 +286,7 @@ 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
|
||||
# SSHD runs here & also above in 1-PREP
|
||||
|
||||
# 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")
|
||||
|
|
|
@ -130,8 +130,12 @@ js_menu_install: True
|
|||
|
||||
# 1-PREP
|
||||
|
||||
# roles/sshd & roles/iiab-admin run here
|
||||
# SEE IIAB-ADMIN VARIABLES NEAR TOP OF THIS FILE:
|
||||
# SSHD runs here & also below in 4-SERVER-OPTIONS
|
||||
sshd_install: True # Required by OpenVPN
|
||||
sshd_enabled: True
|
||||
sshd_port: 22 # Not fully functional. SEE: roles/sshd/tasks/install.yml
|
||||
|
||||
# IIAB-ADMIN runs here - see its vars near top of this file:
|
||||
# e.g. iiab_admin_user_install, iiab_admin_user, iiab_admin_pwd_hash
|
||||
|
||||
# SECURITY WARNING: See http://wiki.laptop.org/go/IIAB/Security
|
||||
|
@ -170,8 +174,7 @@ apache_allow_sudo: True
|
|||
|
||||
# 4-SERVER-OPTIONS
|
||||
|
||||
sshd_install: True # Required by OpenVPN
|
||||
sshd_enabled: True
|
||||
# SSHD runs here & also above in 1-PREP
|
||||
|
||||
# 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")
|
||||
|
|
|
@ -130,8 +130,12 @@ js_menu_install: True
|
|||
|
||||
# 1-PREP
|
||||
|
||||
# roles/sshd & roles/iiab-admin run here
|
||||
# SEE IIAB-ADMIN VARIABLES NEAR TOP OF THIS FILE:
|
||||
# SSHD runs here & also below in 4-SERVER-OPTIONS
|
||||
sshd_install: True # Required by OpenVPN
|
||||
sshd_enabled: True
|
||||
sshd_port: 22 # Not fully functional. SEE: roles/sshd/tasks/install.yml
|
||||
|
||||
# IIAB-ADMIN runs here - see its vars near top of this file:
|
||||
# e.g. iiab_admin_user_install, iiab_admin_user, iiab_admin_pwd_hash
|
||||
|
||||
# SECURITY WARNING: See http://wiki.laptop.org/go/IIAB/Security
|
||||
|
@ -170,8 +174,7 @@ apache_allow_sudo: True
|
|||
|
||||
# 4-SERVER-OPTIONS
|
||||
|
||||
sshd_install: True # Required by OpenVPN
|
||||
sshd_enabled: True
|
||||
# SSHD runs here & also above in 1-PREP
|
||||
|
||||
# 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")
|
||||
|
|
|
@ -130,8 +130,12 @@ js_menu_install: True
|
|||
|
||||
# 1-PREP
|
||||
|
||||
# roles/sshd & roles/iiab-admin run here
|
||||
# SEE IIAB-ADMIN VARIABLES NEAR TOP OF THIS FILE:
|
||||
# SSHD runs here & also below in 4-SERVER-OPTIONS
|
||||
sshd_install: True # Required by OpenVPN
|
||||
sshd_enabled: True
|
||||
sshd_port: 22 # Not fully functional. SEE: roles/sshd/tasks/install.yml
|
||||
|
||||
# IIAB-ADMIN runs here - see its vars near top of this file:
|
||||
# e.g. iiab_admin_user_install, iiab_admin_user, iiab_admin_pwd_hash
|
||||
|
||||
# SECURITY WARNING: See http://wiki.laptop.org/go/IIAB/Security
|
||||
|
@ -170,8 +174,7 @@ apache_allow_sudo: True
|
|||
|
||||
# 4-SERVER-OPTIONS
|
||||
|
||||
sshd_install: True # Required by OpenVPN
|
||||
sshd_enabled: True
|
||||
# SSHD runs here & also above in 1-PREP
|
||||
|
||||
# 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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue