1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/vars/raspbian-9.yml

32 lines
842 B
YAML
Raw Normal View History

2017-08-22 00:49:31 +00:00
is_debuntu: True
2019-01-13 08:31:17 +00:00
is_debian: True
2019-01-13 08:36:42 +00:00
is_debian_9: True
2019-01-13 08:31:17 +00:00
is_raspbian_9: True
is_rpi: True
2017-08-22 00:49:31 +00:00
rtc_id: ds3231
dns_service: bind9
dns_user: bind
dhcp_service: isc-dhcp-server
2017-08-22 00:49:31 +00:00
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
2019-01-02 02:04:01 +00:00
mysql_service: mariadb
2017-08-22 00:49:31 +00:00
apache_log: /var/log/apache2/access.log
2019-01-02 02:49:31 +00:00
sshd_package: ssh
2017-08-22 00:49:31 +00:00
sshd_service: ssh
php_version: 7.0
postgresql_version: 9.6
2017-09-20 14:24:49 +00:00
systemd_location: /lib/systemd/system
2018-05-11 06:17:13 +00:00
# Upgrade Raspbian Stretch's Calibre 2.75.1: (via role/calibre/tasks/debs.yml,
# with .deb's released about 5-10 days after Calibre's quasi-monthly releases)
2018-05-10 23:49:30 +00:00
calibre_via_debs: True
2018-05-10 23:57:14 +00:00
# roles/calibre/tasks/py-installer.yml FAILS on ARM as of 2018-05-10:
2018-05-11 00:08:28 +00:00
calibre_via_python: False