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

Update default_vars.yml

This commit is contained in:
A Holt 2020-10-07 20:50:01 -04:00 committed by GitHub
parent 27b5cabce8
commit 1fbd507a25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ iiab_admin_pwd_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGm
# Time Zone (php needs timezone to be set) # Time Zone (php needs timezone to be set)
local_tz: "{{ ansible_date_time.tz }}" local_tz: "{{ ansible_date_time.tz }}"
# Set these to False if you do not want to install IIAB Admin Console # Set these to False if you do not want to install/enable IIAB Admin Console
admin_console_install: True admin_console_install: True
admin_console_enabled: True admin_console_enabled: True
# #
@ -216,7 +216,8 @@ sshd_port: 22 # Not fully functional. SEE: roles/sshd/tasks/install.yml
openvpn_install: True openvpn_install: True
openvpn_enabled: False openvpn_enabled: False
# For /etc/iiab/openvpn_handle # For /etc/iiab/openvpn_handle
openvpn_handle: openvpn_handle: "" # Empty string on purpose since ~2016, for /etc/iiab/uuid
# SEE https://github.com/iiab/iiab/blob/master/roles/openvpn/tasks/main.yml#L45
# cron seems necessary on CentOS: # cron seems necessary on CentOS:
openvpn_cron_enabled: False openvpn_cron_enabled: False
# General OpenVPN settings # General OpenVPN settings
@ -463,6 +464,8 @@ moodle_enabled: False
# Instructions: https://github.com/iiab/iiab/wiki/IIAB-Maps # Instructions: https://github.com/iiab/iiab/wiki/IIAB-Maps
osm_vector_maps_install: True osm_vector_maps_install: True
osm_vector_maps_enabled: False osm_vector_maps_enabled: False
# Set to "True" to download .mbtiles files from Archive.org (might be slow!)
maps_from_internet_archive: False
iiab_map_url : http://download.iiab.io/content/OSM/vector-tiles/maplist/hidden iiab_map_url : http://download.iiab.io/content/OSM/vector-tiles/maplist/hidden
vector_map_path: "{{ content_base }}/www/osm-vector-maps" # /library/www/osm-vector-maps vector_map_path: "{{ content_base }}/www/osm-vector-maps" # /library/www/osm-vector-maps