mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
26 lines
669 B
YAML
26 lines
669 B
YAML
is_debuntu: True
|
|
is_debian: True
|
|
is_debian_9: True
|
|
dns_service: bind9
|
|
dhcp_service: isc-dhcp-server
|
|
dns_user: bind
|
|
proxy: squid
|
|
proxy_user: proxy
|
|
apache_service: apache2
|
|
apache_config_dir: apache2/sites-available
|
|
apache_user: www-data
|
|
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
|
|
# cups lp module not available in raspbian, causes systemd-modueles-load to fail
|
|
# which in turn cause netfilter-persistent to fail, which is essential
|
|
cups_install: True
|
|
sshd_service: ssh
|
|
php_version: 7.0
|
|
postgresql_version: 9.6
|
|
systemd_location: /lib/systemd/system
|
|
|
|
|