1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/vars/linuxmint-20.yml

26 lines
699 B
YAML
Raw Normal View History

2021-06-20 13:42:01 +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-08-20 16:42:51 +00:00
is_debuntu: True
2021-06-20 13:42:01 +00:00
is_ubuntu: True # Opposite of is_debian for now
2020-08-20 16:42:51 +00:00
is_ubuntu_20: True
2020-09-02 01:23:15 +00:00
is_linuxmint: True
is_linuxmint_20: True
2020-08-20 16:42:51 +00:00
proxy: squid
proxy_user: proxy
apache_service: apache2
apache_user: www-data
apache_conf_dir: apache2/sites-available
apache_log_dir: /var/log/apache2
apache_log: /var/log/apache2/access.log
2020-08-20 16:42:51 +00:00
smb_service: smbd
nmb_service: nmbd
systemctl_program: /bin/systemctl
mysql_service: mariadb
sshd_package: openssh-server
sshd_service: ssh
php_version: "7.4"
2020-08-20 16:42:51 +00:00
postgresql_version: 12
systemd_location: /lib/systemd/system
python_ver: "3.8"