mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
RasPiOS-12
This commit is contained in:
parent
d72ada5248
commit
413f740496
2 changed files with 24 additions and 1 deletions
22
vars/raspbian-12.yml
Normal file
22
vars/raspbian-12.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Every is_<OS_VER> 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue