1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00
iiab/vars/ubuntu-2104.yml.unused

30 lines
883 B
Text
Raw Normal View History

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
is_ubuntu_2104: True
2020-01-13 15:49:33 +00:00
# 2019-03-23: These apply if-only-if named_install and/or dhcpd_install are True
# (This is quite rare now that vars/default_vars.yml sets dnsmasq_install: True)
dns_service: bind9
dns_user: bind
dhcp_service: isc-dhcp-server
proxy: squid
proxy_user: proxy
apache_service: apache2
apache_user: www-data
2020-01-30 09:00:00 +00:00
apache_conf_dir: apache2/sites-available
2020-01-13 15:49:33 +00:00
apache_log_dir: /var/log/apache2
smb_service: smbd
nmb_service: nmbd
systemctl_program: /bin/systemctl
mysql_service: mariadb
apache_log: /var/log/apache2/access.log
sshd_package: openssh-server
sshd_service: ssh
2020-03-31 12:08:47 +00:00
php_version: 7.4
postgresql_version: 13
2020-01-13 15:49:33 +00:00
systemd_location: /lib/systemd/system
python_ver: 3.9