mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
26 lines
744 B
YAML
26 lines
744 B
YAML
is_debuntu: True
|
|
is_ubuntu: True
|
|
is_ubuntu_18: 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_config_dir: apache2/sites-available
|
|
apache_log_dir: /var/log/apache2
|
|
smb_service: smbd
|
|
nmb_service: nmbd
|
|
systemctl_program: /bin/systemctl
|
|
# issue raised
|
|
mysql_service: mariadb
|
|
apache_log: /var/log/apache2/access.log
|
|
sshd_service: openssh-server
|
|
php_version: 7.2
|
|
# "postgresql_version: 10.3" fails (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 18.04)
|
|
postgresql_version: 10
|
|
systemd_location: /lib/systemd/system
|
|
# Upgrade Ubuntu 18.04's Calibre 3.21.0 to very latest:
|
|
calibre_via_debs: False
|
|
calibre_via_python: True
|