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

27 lines
689 B
Text
Raw Permalink Normal View History

is_debuntu: True
2017-07-17 19:20:46 +00:00
is_debian: True
is_debian_9: True
2019-01-13 08:33:50 +00:00
2019-02-01 01:34:18 +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)
dns_service: bind9
2017-09-26 05:54:58 +00:00
dhcp_service: isc-dhcp-server
dns_user: bind
2019-02-01 01:34:18 +00:00
proxy: squid
proxy_user: proxy
apache_service: apache2
2020-01-30 09:00:00 +00:00
apache_conf_dir: apache2/sites-available
apache_user: www-data
apache_log_dir: /var/log/apache2
smb_service: smbd
nmb_service: nmbd
systemctl_program: /bin/systemctl
2019-01-02 02:11:09 +00:00
mysql_service: mariadb
apache_log: /var/log/apache2/access.log
2019-01-02 02:49:09 +00:00
sshd_package: openssh-server
sshd_service: ssh
php_version: 7.0
postgresql_version: 9.6
2017-09-20 14:24:49 +00:00
systemd_location: /lib/systemd/system