2022-05-19 13:35:35 +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:
|
|
|
|
is_debuntu: True
|
|
|
|
is_ubuntu: True # Opposite of is_debian for now
|
|
|
|
is_ubuntu_2210: True
|
|
|
|
|
|
|
|
proxy: squid
|
|
|
|
proxy_user: proxy
|
|
|
|
apache_service: apache2
|
|
|
|
apache_user: www-data
|
|
|
|
apache_conf_dir: apache2/sites-available
|
|
|
|
apache_log_dir: /var/log/apache2
|
2022-07-18 20:19:36 +00:00
|
|
|
apache_log: /var/log/apache2/access.log
|
2022-05-19 13:35:35 +00:00
|
|
|
smb_service: smbd
|
|
|
|
nmb_service: nmbd
|
|
|
|
systemctl_program: /bin/systemctl
|
|
|
|
mysql_service: mariadb
|
|
|
|
sshd_package: openssh-server
|
|
|
|
sshd_service: ssh
|
2022-10-28 17:55:43 +00:00
|
|
|
php_version: "8.1"
|
2022-12-21 18:34:30 +00:00
|
|
|
# postgresql_version: 14
|
2022-05-19 13:35:35 +00:00
|
|
|
systemd_location: /lib/systemd/system
|
2022-12-21 18:34:30 +00:00
|
|
|
# python_ver: "3.10"
|