From 71daf9012af53538309bb4432738039fd6b9fe54 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 19 Jun 2021 17:56:40 -0400 Subject: [PATCH 1/5] Create raspbian-11.yml --- vars/raspbian-11.yml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 vars/raspbian-11.yml diff --git a/vars/raspbian-11.yml b/vars/raspbian-11.yml new file mode 100644 index 000000000..dbf3853e3 --- /dev/null +++ b/vars/raspbian-11.yml @@ -0,0 +1,38 @@ +is_debuntu: True +is_debian: True +is_debian_11: True +is_raspbian: True +is_raspbian_11: True + +# 2019-03-23: These apply if-only-if named_install and/or dhcpd_install are True +# (This is quite rare now that vars/default_vars.yml sets dnsmasq_install: True) +dns_service: bind9 +dns_user: bind +dhcp_service: isc-dhcp-server + +proxy: squid +proxy_user: proxy +apache_service: apache2 +apache_conf_dir: apache2/sites-available +apache_user: www-data +apache_log_dir: /var/log/apache2 +smb_service: smbd +nmb_service: nmbd +systemctl_program: /bin/systemctl +mysql_service: mariadb +apache_log: /var/log/apache2/access.log +sshd_package: ssh +sshd_service: ssh +php_version: 7.4 +postgresql_version: 13 +systemd_location: /lib/systemd/system +python_ver: 3.9 + +# minetest for rpi +minetest_server_bin: /library/games/minetest/bin/minetestserver +minetest_working_dir: /library/games/minetest +minetest_game_dir: /library/games/minetest/games/minetest_game +minetest_rpi_src_tar: minetest.5.1.1.tar.gz +#minetest_rpi_src_url: "http://www.nathansalapat.com/downloads/{{ minetest_rpi_src_tar }}" +minetest_rpi_src_url: "http://d.iiab.io/packages/{{ minetest_rpi_src_tar }}" +minetest_rpi_src_untarred: Minetest From 262f7dd48465538b6088d07af08c7198b535a2a2 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 19 Jun 2021 18:01:07 -0400 Subject: [PATCH 2/5] Update local_facts.fact --- scripts/local_facts.fact | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index f34f0fac6..a3fdd96a4 100755 --- a/scripts/local_facts.fact +++ b/scripts/local_facts.fact @@ -60,7 +60,7 @@ OS_VER=$OS-$VERSION_ID # 2020-10-21: Debian 11 (Bullseye) not yet supported but adding this line to # its /etc/os-release can help testing this unreleased OS: VERSION_ID="11" -# 2020-11-14: Ubuntu 21.04 (Hirsute Hippo) not yet supported but this +# 2021-06-19: Ubuntu 21.10 (Impish Indri) not yet supported but this # unreleased OS can help testing. case $OS_VER in @@ -69,7 +69,8 @@ case $OS_VER in "ubuntu-20" | \ "ubuntu-21" | \ "linuxmint-20" | \ - "raspbian-10") + "raspbian-10" | \ + "raspbian-11") ;; *) OS_VER="OS_not_supported" ;; From 66b9f469e8cad7d1299c0cccacce52bd72e67969 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 19 Jun 2021 18:33:09 -0400 Subject: [PATCH 3/5] Update local_facts.fact --- scripts/local_facts.fact | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index a3fdd96a4..b984f1d27 100755 --- a/scripts/local_facts.fact +++ b/scripts/local_facts.fact @@ -61,7 +61,8 @@ OS_VER=$OS-$VERSION_ID # its /etc/os-release can help testing this unreleased OS: VERSION_ID="11" # 2021-06-19: Ubuntu 21.10 (Impish Indri) not yet supported but this -# unreleased OS can help testing. +# unreleased OS can help testing. For now this means MANUALLY changing +# php_version: 7.4 to 8.0 in vars/ubuntu-21.yml case $OS_VER in "debian-10" | \ From 5f56267013c9889ac88e9bd7a56d2f2fd5d52cc5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 19 Jun 2021 18:39:11 -0400 Subject: [PATCH 4/5] Update raspbian-11.yml --- vars/raspbian-11.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/raspbian-11.yml b/vars/raspbian-11.yml index dbf3853e3..6225eda89 100644 --- a/vars/raspbian-11.yml +++ b/vars/raspbian-11.yml @@ -28,7 +28,7 @@ postgresql_version: 13 systemd_location: /lib/systemd/system python_ver: 3.9 -# minetest for rpi +# Minetest for RPi minetest_server_bin: /library/games/minetest/bin/minetestserver minetest_working_dir: /library/games/minetest minetest_game_dir: /library/games/minetest/games/minetest_game From 2d82ecd8e2d93ae1a5c4e37e0aeec519933232e2 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 19 Jun 2021 18:44:12 -0400 Subject: [PATCH 5/5] Update local_facts.fact --- scripts/local_facts.fact | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index b984f1d27..ae58c28c9 100755 --- a/scripts/local_facts.fact +++ b/scripts/local_facts.fact @@ -62,7 +62,7 @@ OS_VER=$OS-$VERSION_ID # 2021-06-19: Ubuntu 21.10 (Impish Indri) not yet supported but this # unreleased OS can help testing. For now this means MANUALLY changing -# php_version: 7.4 to 8.0 in vars/ubuntu-21.yml +# php_version: 7.4 to 8.0 in /opt/iiab/iiab/vars/ubuntu-21.yml case $OS_VER in "debian-10" | \