mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Create raspbian-10.yml
This commit is contained in:
parent
f8f81ed7a9
commit
7e2e24de8e
1 changed files with 42 additions and 0 deletions
42
vars/raspbian-10.yml
Normal file
42
vars/raspbian-10.yml
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
is_debuntu: True
|
||||||
|
is_debian: True
|
||||||
|
is_debian_10: True
|
||||||
|
is_raspbian: True
|
||||||
|
is_raspbian_10: True
|
||||||
|
is_rpi: True
|
||||||
|
rtc_id: ds3231
|
||||||
|
|
||||||
|
# 2019-03-23: 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)
|
||||||
|
dns_service: bind9
|
||||||
|
dns_user: bind
|
||||||
|
dhcp_service: isc-dhcp-server
|
||||||
|
|
||||||
|
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: mariadb
|
||||||
|
apache_log: /var/log/apache2/access.log
|
||||||
|
sshd_package: ssh
|
||||||
|
sshd_service: ssh
|
||||||
|
php_version: 7.3
|
||||||
|
postgresql_version: 11
|
||||||
|
systemd_location: /lib/systemd/system
|
||||||
|
# Upgrade Raspbian Buster's Calibre 3.x: (via role/calibre/tasks/debs.yml,
|
||||||
|
# with .deb's released about 5-10 days after Calibre's quasi-monthly releases)
|
||||||
|
calibre_via_debs: True
|
||||||
|
# roles/calibre/tasks/py-installer.yml FAILS on ARM as of 2018-05-10:
|
||||||
|
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
|
Loading…
Reference in a new issue