1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00
iiab/vars/ubuntu-18.yml

29 lines
763 B
YAML
Raw Normal View History

2017-11-22 18:21:31 +00:00
is_debuntu: True
is_ubuntu: True
is_ubuntu_18: True
2019-01-13 08:32:35 +00:00
2017-11-22 18:21:31 +00:00
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
2019-01-02 01:55:23 +00:00
mysql_service: mariadb
2017-11-22 18:21:31 +00:00
apache_log: /var/log/apache2/access.log
2019-01-02 02:50:24 +00:00
sshd_package: openssh-server
sshd_service: ssh
2018-04-28 16:18:05 +00:00
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
2017-11-22 18:21:31 +00:00
systemd_location: /lib/systemd/system
2018-05-11 03:10:16 +00:00
# Upgrade Ubuntu 18.04's Calibre 3.21.0 to very latest:
2018-05-10 20:40:31 +00:00
calibre_via_debs: False
calibre_via_python: True