From e57551694ed7f31ec67b41fb2fd2d9558fa3b716 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 1 Apr 2022 15:23:29 -0400 Subject: [PATCH] vars files: Update remote.it & OpenVPN tips --- vars/default_vars.yml | 7 ++++--- vars/local_vars_large.yml | 3 ++- vars/local_vars_medium.yml | 3 ++- vars/local_vars_small.yml | 3 ++- vars/local_vars_unittest.yml | 3 ++- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 50a976851..80808c308 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -210,15 +210,16 @@ sshd_enabled: True sshd_port: 22 # Not fully functional. SEE: roles/sshd/tasks/install.yml # https://remote.it can help you remotely maintain an IIAB. +# INSTRUCTIONS: https://github.com/iiab/iiab/tree/master/roles/remoteit remoteit_install: True remoteit_enabled: False +# SECURITY WARNING: https://wiki.iiab.io/go/Security openvpn_install: True openvpn_enabled: False -# For /etc/iiab/openvpn_handle openvpn_handle: "" # Empty string on purpose since ~2016, for /etc/iiab/uuid -# SEE https://github.com/iiab/iiab/blob/master/roles/openvpn/tasks/main.yml#L45 -# cron seems necessary on CentOS: +# SEE https://github.com/iiab/iiab/blob/master/roles/openvpn/tasks/main.yml#L5-L20 +# cron seemed necessary on CentOS: openvpn_cron_enabled: False # General OpenVPN settings openvpn_server: xscenet.net diff --git a/vars/local_vars_large.yml b/vars/local_vars_large.yml index ca5870c64..1135c715b 100644 --- a/vars/local_vars_large.yml +++ b/vars/local_vars_large.yml @@ -125,10 +125,11 @@ sshd_install: True # Required by OpenVPN sshd_enabled: True # https://remote.it can help you remotely maintain an IIAB. +# INSTRUCTIONS: https://github.com/iiab/iiab/tree/master/roles/remoteit remoteit_install: True remoteit_enabled: False -# SECURITY WARNING: See http://wiki.laptop.org/go/IIAB/Security +# SECURITY WARNING: https://wiki.iiab.io/go/Security openvpn_install: True openvpn_enabled: False # 2021-08-18 SSOT: Please set it here, no longer in /etc/iiab/openvpn_handle diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 03dfaeffd..fde1c39a5 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -125,10 +125,11 @@ sshd_install: True # Required by OpenVPN sshd_enabled: True # https://remote.it can help you remotely maintain an IIAB. +# INSTRUCTIONS: https://github.com/iiab/iiab/tree/master/roles/remoteit remoteit_install: True remoteit_enabled: False -# SECURITY WARNING: See http://wiki.laptop.org/go/IIAB/Security +# SECURITY WARNING: https://wiki.iiab.io/go/Security openvpn_install: True openvpn_enabled: False # 2021-08-18 SSOT: Please set it here, no longer in /etc/iiab/openvpn_handle diff --git a/vars/local_vars_small.yml b/vars/local_vars_small.yml index 9d547b31a..50d8b0d79 100644 --- a/vars/local_vars_small.yml +++ b/vars/local_vars_small.yml @@ -125,10 +125,11 @@ sshd_install: True # Required by OpenVPN sshd_enabled: True # https://remote.it can help you remotely maintain an IIAB. +# INSTRUCTIONS: https://github.com/iiab/iiab/tree/master/roles/remoteit remoteit_install: True remoteit_enabled: False -# SECURITY WARNING: See http://wiki.laptop.org/go/IIAB/Security +# SECURITY WARNING: https://wiki.iiab.io/go/Security openvpn_install: True openvpn_enabled: False # 2021-08-18 SSOT: Please set it here, no longer in /etc/iiab/openvpn_handle diff --git a/vars/local_vars_unittest.yml b/vars/local_vars_unittest.yml index 9b2c2a2ac..7808c109a 100644 --- a/vars/local_vars_unittest.yml +++ b/vars/local_vars_unittest.yml @@ -125,10 +125,11 @@ sshd_install: True # Required by OpenVPN sshd_enabled: True # https://remote.it can help you remotely maintain an IIAB. +# INSTRUCTIONS: https://github.com/iiab/iiab/tree/master/roles/remoteit remoteit_install: True remoteit_enabled: False -# SECURITY WARNING: See http://wiki.laptop.org/go/IIAB/Security +# SECURITY WARNING: https://wiki.iiab.io/go/Security openvpn_install: True openvpn_enabled: True # 2021-08-18 SSOT: Please set it here, no longer in /etc/iiab/openvpn_handle