1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

put vars in global files

copying them to local vars will break the install
This commit is contained in:
Tim Moody 2019-02-08 16:17:20 -05:00
parent 1e9eaa71e0
commit 6137b3507f
2 changed files with 14 additions and 1 deletions

View file

@ -440,7 +440,13 @@ calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web
minetest_install: False
minetest_enabled: False
minetest_port: 30000
minetest_server_admin: Admin
# Should only rarely change these
minetest_server_bin: /usr/games/minetest --server
minetest_world_dir: /library/games/minetest/worlds/world
minetest_working_dir: /usr/share/games/minetest
minetest_game_dir: /usr/share/games/minetest/games/minetest_game
minetest_config_file: /etc/minetest/minetest.conf
# CONSIDER THESE 2 NEW OPENSTREETMAP (OSM) APPROACHES INSTEAD, AS OF 2018:
# - http://download.iiab.io/content/OSM/vector-tiles/

View file

@ -32,3 +32,10 @@ systemd_location: /lib/systemd/system
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