2017-06-04 21:22:12 +00:00
|
|
|
is_debuntu: True
|
2017-07-17 19:20:46 +00:00
|
|
|
is_debian: True
|
2017-07-17 21:53:32 +00:00
|
|
|
is_debian_8: True
|
2019-01-13 08:33:31 +00:00
|
|
|
|
2019-02-01 01:34:10 +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)
|
2017-05-27 18:09:50 +00:00
|
|
|
dns_service: bind9
|
|
|
|
dns_user: bind
|
2019-02-01 01:34:10 +00:00
|
|
|
|
2017-05-27 18:09:50 +00:00
|
|
|
proxy: squid3
|
|
|
|
proxy_user: proxy
|
|
|
|
apache_service: apache2
|
2020-01-30 09:00:00 +00:00
|
|
|
apache_conf_dir: apache2/sites-available
|
2017-06-09 23:25:56 +00:00
|
|
|
apache_user: www-data
|
2017-05-27 18:09:50 +00:00
|
|
|
apache_log_dir: /var/log/apache2
|
|
|
|
smb_service: smbd
|
|
|
|
nmb_service: nmbd
|
|
|
|
systemctl_program: /bin/systemctl
|
|
|
|
mysql_service: mysql
|
|
|
|
apache_log: /var/log/apache2/access.log
|
2019-01-02 02:53:04 +00:00
|
|
|
sshd_package: openssh-server
|
2017-05-27 18:09:50 +00:00
|
|
|
sshd_service: ssh
|
2017-05-27 23:40:12 +00:00
|
|
|
php_version: 5
|
|
|
|
postgresql_version: 9.4
|
2017-09-20 14:24:49 +00:00
|
|
|
systemd_location: /lib/systemd/system
|