From 185d87eb53763a378af2bf9131ad088044945731 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 14 Aug 2021 13:41:34 -0400 Subject: [PATCH 1/5] Update default_vars.yml --- vars/default_vars.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index c3b25e601..fb03f85dd 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -220,6 +220,10 @@ openvpn_server_port: 1194 # e.g. iiab_admin_user, iiab_admin_user_install, iiab_admin_can_sudo, # iiab_admin_published_pwd, admin_console_group +# dnsmasq is installed here -- configure LATER in 'network', after Stage 9. +# (The full network stage runs after 9-LOCAL-ADDONS. Or manually run +# "cd /opt/iiab/iiab; sudo ./iiab-network"). Design under discussion: #2876 + # Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4. # Please see recommendations at: https://itsfoss.com/swap-size/ pi_swap_file_size: 1024 @@ -258,8 +262,7 @@ nginx_log_dir: /var/log/nginx # 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") +# DNS prep (named &/or dhcpd) used to run here. See dnsmasq in 1-PREP above. # UNMAINTAINED as of July 2021 squid_install: False From 3880cd24790ec1d0f9201a8aeccfa4487016733b Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 14 Aug 2021 13:41:40 -0400 Subject: [PATCH 2/5] Update local_vars_unittest.yml --- vars/local_vars_unittest.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vars/local_vars_unittest.yml b/vars/local_vars_unittest.yml index 425694b59..34953288f 100644 --- a/vars/local_vars_unittest.yml +++ b/vars/local_vars_unittest.yml @@ -122,6 +122,10 @@ openvpn_handle: unittest - Put Your Name Here # IIAB-ADMIN runs here - see its vars near top of this file: # e.g. iiab_admin_user, iiab_admin_user_install, iiab_admin_can_sudo +# dnsmasq is installed here -- configure LATER in 'network', after Stage 9. +# (The full network stage runs after 9-LOCAL-ADDONS. Or manually run +# "cd /opt/iiab/iiab; sudo ./iiab-network"). Design under discussion: #2876 + # Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4. # Please see recommendations at: https://itsfoss.com/swap-size/ pi_swap_file_size: 1024 @@ -146,8 +150,7 @@ pi_swap_file_size: 1024 # 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") +# DNS prep (named &/or dhcpd) used to run here. See dnsmasq in 1-PREP above. # Show entire contents of USB sticks/drives (at http://box/usb) iiab_usb_lib_show_all: True From 4f417453fde165b65a1f2171a25e516b0e5a2141 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 14 Aug 2021 13:41:43 -0400 Subject: [PATCH 3/5] Update local_vars_min.yml --- vars/local_vars_min.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index 0ea2fa3a7..4e1af09e8 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -122,6 +122,10 @@ openvpn_handle: MIN-sized - Put Your Name Here # IIAB-ADMIN runs here - see its vars near top of this file: # e.g. iiab_admin_user, iiab_admin_user_install, iiab_admin_can_sudo +# dnsmasq is installed here -- configure LATER in 'network', after Stage 9. +# (The full network stage runs after 9-LOCAL-ADDONS. Or manually run +# "cd /opt/iiab/iiab; sudo ./iiab-network"). Design under discussion: #2876 + # Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4. # Please see recommendations at: https://itsfoss.com/swap-size/ pi_swap_file_size: 1024 @@ -146,8 +150,7 @@ pi_swap_file_size: 1024 # 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") +# DNS prep (named &/or dhcpd) used to run here. See dnsmasq in 1-PREP above. # Show entire contents of USB sticks/drives (at http://box/usb) iiab_usb_lib_show_all: True From 40e725ff6ad7cd117f52def6299dfedcde205c7f Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 14 Aug 2021 13:41:45 -0400 Subject: [PATCH 4/5] Update local_vars_medium.yml --- vars/local_vars_medium.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index d5d6fbb70..afb0480ab 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -122,6 +122,10 @@ openvpn_handle: MEDIUM-sized - Put Your Name Here # IIAB-ADMIN runs here - see its vars near top of this file: # e.g. iiab_admin_user, iiab_admin_user_install, iiab_admin_can_sudo +# dnsmasq is installed here -- configure LATER in 'network', after Stage 9. +# (The full network stage runs after 9-LOCAL-ADDONS. Or manually run +# "cd /opt/iiab/iiab; sudo ./iiab-network"). Design under discussion: #2876 + # Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4. # Please see recommendations at: https://itsfoss.com/swap-size/ pi_swap_file_size: 1024 @@ -146,8 +150,7 @@ pi_swap_file_size: 1024 # 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") +# DNS prep (named &/or dhcpd) used to run here. See dnsmasq in 1-PREP above. # Show entire contents of USB sticks/drives (at http://box/usb) iiab_usb_lib_show_all: True From be1b3a2dcea81bbf3d66fe8d403fa801bf32c2c9 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 14 Aug 2021 13:41:47 -0400 Subject: [PATCH 5/5] Update local_vars_big.yml --- vars/local_vars_big.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index c82ef4685..b55444dfe 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -122,6 +122,10 @@ openvpn_handle: BIG-sized - Put Your Name Here # IIAB-ADMIN runs here - see its vars near top of this file: # e.g. iiab_admin_user, iiab_admin_user_install, iiab_admin_can_sudo +# dnsmasq is installed here -- configure LATER in 'network', after Stage 9. +# (The full network stage runs after 9-LOCAL-ADDONS. Or manually run +# "cd /opt/iiab/iiab; sudo ./iiab-network"). Design under discussion: #2876 + # Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4. # Please see recommendations at: https://itsfoss.com/swap-size/ pi_swap_file_size: 1024 @@ -146,8 +150,7 @@ pi_swap_file_size: 1024 # 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") +# DNS prep (named &/or dhcpd) used to run here. See dnsmasq in 1-PREP above. # Show entire contents of USB sticks/drives (at http://box/usb) iiab_usb_lib_show_all: True