1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/vars/raspbian-11.yml

26 lines
686 B
YAML
Raw Normal View History

2021-06-20 13:38:16 +00:00
# Every is_<OS> var is initially set to 'False' at the bottom of
# /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
proxy: squid
proxy_user: proxy
apache_service: apache2
apache_conf_dir: apache2/sites-available
apache_user: www-data
apache_log_dir: /var/log/apache2
apache_log: /var/log/apache2/access.log
2021-06-19 21:56:40 +00:00
smb_service: smbd
nmb_service: nmbd
systemctl_program: /bin/systemctl
mysql_service: mariadb
sshd_package: ssh
sshd_service: ssh
php_version: "7.4"
2021-06-19 21:56:40 +00:00
postgresql_version: 13
systemd_location: /lib/systemd/system
python_ver: "3.9"