1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/vars/debian-11.yml

21 lines
580 B
YAML
Raw Normal View History

# Every is_<OS_VER> var is initially set to 'False' at the bottom of
2021-06-20 13:40:18 +00:00
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
2020-10-21 16:48:30 +00:00
is_debuntu: True
2021-06-20 13:40:18 +00:00
is_debian: True # Opposite of is_ubuntu for now
2020-10-21 16:48:30 +00:00
is_debian_11: 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: openssh-server
# sshd_service: ssh
# systemd_location: /lib/systemd/system
# php_version: "7.4"
# postgresql_version: 13
# python_version: "3.9"