2021-06-20 13:42:37 +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:
|
2020-01-13 15:49:33 +00:00
|
|
|
is_debuntu: True
|
2021-06-20 13:42:37 +00:00
|
|
|
is_ubuntu: True # Opposite of is_debian for now
|
2021-09-27 18:15:06 +00:00
|
|
|
is_ubuntu_2004: True
|
2020-01-13 15:49:33 +00:00
|
|
|
|
2022-12-23 22:25:54 +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: openssh-server
|
|
|
|
# sshd_service: ssh
|
|
|
|
# systemd_location: /lib/systemd/system
|
2022-12-22 00:29:04 +00:00
|
|
|
# php_version: "7.4"
|
|
|
|
# postgresql_version: 12
|
|
|
|
# python_ver: "3.8"
|