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

43 lines
1.3 KiB
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-03-23 11:32:19 +00:00
is_raspbian: 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
2019-02-01 01:34:51 +00:00
# 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)
2017-08-22 00:49:31 +00:00
dns_service: bind9
dns_user: bind
dhcp_service: isc-dhcp-server
2019-02-01 01:34:51 +00:00
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
# minetest for rpi
minetest_server_bin: /library/games/minetest/bin/minetestserver
minetest_working_dir: /library/games/minetest
minetest_game_dir: /library/games/minetest/games/minetest_game
minetest_rpi_src_url: http://www.nathansalapat.com/downloads/0.4.17.1.tar.gz
minetest_rpi_src: minetest-0.4.17.1.tar.gz