mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
27 lines
704 B
Text
27 lines
704 B
Text
is_debuntu: True
|
|
is_ubuntu: True
|
|
is_ubuntu_17: True
|
|
|
|
# 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
|
|
dns_user: bind
|
|
dhcp_service: isc-dhcp-server
|
|
|
|
proxy: squid
|
|
proxy_user: proxy
|
|
apache_service: apache2
|
|
apache_user: www-data
|
|
apache_conf_dir: apache2/sites-available
|
|
apache_log_dir: /var/log/apache2
|
|
smb_service: smbd
|
|
nmb_service: nmbd
|
|
systemctl_program: /bin/systemctl
|
|
# issue raised
|
|
mysql_service: mysql
|
|
apache_log: /var/log/apache2/access.log
|
|
sshd_package: openssh-server
|
|
sshd_service: ssh
|
|
php_version: 7.1
|
|
postgresql_version: 9.6
|
|
systemd_location: /lib/systemd/system
|