diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index e68aa93d5..ac2b73511 100755 --- a/scripts/local_facts.fact +++ b/scripts/local_facts.fact @@ -85,7 +85,8 @@ case $OS_VER in "ubuntu-2210" | \ "ubuntu-2304" | \ "linuxmint-21" | \ - "raspbian-11") + "raspbian-11" | \ + "raspbian-12") ;; *) echo -e "\n\e[41;1mOS '$OS_VER' IS NOT SUPPORTED. Please read:\e[0m\n\n\e[1mhttps://github.com/iiab/iiab/wiki/IIAB-Platforms\e[0m\n" ; exit 1 # Used by /opt/iiab/iiab/iiab-install ;; diff --git a/vars/raspbian-12.yml b/vars/raspbian-12.yml new file mode 100644 index 000000000..e6fd2f9d5 --- /dev/null +++ b/vars/raspbian-12.yml @@ -0,0 +1,22 @@ +# Every is_ var is initially set to 'False' at the bottom of +# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that: +is_debuntu: True +is_debian: True # Opposite of is_ubuntu for now +is_debian_12: True +is_raspbian: True +is_raspbian_12: True + +# proxy: squid +# proxy_user: proxy +# apache_service: apache2 +# apache_user: www-data +# smb_service: smbd +# nmb_service: nmbd +# systemctl_program: /bin/systemctl +# mysql_service: mariadb +# sshd_package: ssh +# sshd_service: ssh +# systemd_location: /lib/systemd/system +# php_version: "7.4" +# postgresql_version: 13 +# python_version: "3.9"