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

28 lines
705 B
YAML
Raw Normal View History

2018-07-15 18:17:39 +00:00
is_debuntu: True
is_debian: True
is_debian_10: True
2019-01-13 08:34:11 +00:00
2019-02-01 01:34:03 +00:00
# 2019-01-31: 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)
2018-07-15 18:17:39 +00:00
dns_service: bind9
dhcp_service: isc-dhcp-server
dns_user: bind
2019-02-01 01:34:03 +00:00
2018-07-15 18:17:39 +00:00
proxy: squid
proxy_user: proxy
apache_service: apache2
2020-01-30 09:00:00 +00:00
apache_conf_dir: apache2/sites-available
2018-07-15 18:17:39 +00:00
apache_user: www-data
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
2019-01-02 02:51:30 +00:00
sshd_package: openssh-server
2018-07-15 18:17:39 +00:00
sshd_service: ssh
2019-01-13 06:33:55 +00:00
php_version: 7.3
postgresql_version: 11
2018-07-15 18:17:39 +00:00
systemd_location: /lib/systemd/system
2021-05-14 23:51:29 +00:00
python_ver: 3.7