2022-12-22 05:22:56 +00:00
|
|
|
# Every is_<OS_VER> var is initially set to 'False' at the bottom of
|
2021-06-20 13:38:16 +00:00
|
|
|
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
|
2021-06-19 21:56:40 +00:00
|
|
|
is_debuntu: True
|
2021-06-20 13:38:16 +00:00
|
|
|
is_debian: True # Opposite of is_ubuntu for now
|
2021-06-19 21:56:40 +00:00
|
|
|
is_debian_11: True
|
|
|
|
is_raspbian: True
|
|
|
|
is_raspbian_11: True
|
|
|
|
|
2022-12-22 05:22:56 +00:00
|
|
|
# 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
|
2022-12-22 00:29:04 +00:00
|
|
|
# php_version: "7.4"
|
|
|
|
# postgresql_version: 13
|
|
|
|
# python_version: "3.9"
|