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

36 lines
1 KiB
Text
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
2017-08-22 00:49:31 +00:00
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
2020-01-30 09:00:00 +00:00
apache_conf_dir: apache2/sites-available
2017-08-22 00:49:31 +00:00
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
# 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: https://www.nathansalapat.com/downloads/0.4.17.1.tar.gz
minetest_rpi_src: minetest-0.4.17.1.tar.gz