mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1430 from holta/sugarizer-masters-on-node-10
sugarizer v1.1.0 + sugarizer-server dev branch on Node.js 10.x [FAILURE to reach MongoDB]
This commit is contained in:
commit
d1f59a05fb
31 changed files with 342 additions and 120 deletions
|
@ -1,16 +1,13 @@
|
|||
# WARNING: DO NOT MODIFY THIS FILE.
|
||||
# CHANGES WILL BE LOST IF YOU DO A GIT PULL OR FETCH.
|
||||
# Instead put changes in your own /etc/iiab/local_vars.yml
|
||||
# PLZ READ http://wiki.laptop.org/go/IIAB/local_vars.yml AND http://FAQ.IIAB.IO
|
||||
# DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN "git pull" IS RUN!
|
||||
# PUT YOUR CUSTOMIZATIONS HERE: /etc/iiab/local_vars.yml
|
||||
# READ "What is local_vars.yml and how do I customize it?" IN http://FAQ.IIAB.IO
|
||||
|
||||
# By convention we use True/False to indicate boolean constants.
|
||||
# By convention we use True/False to indicate boolean values.
|
||||
|
||||
# Configuration Files
|
||||
iiab_local_vars_file: /etc/iiab/local_vars.yml
|
||||
iiab_env_file: /etc/iiab/iiab.env
|
||||
iiab_ini_file: /etc/iiab/iiab.ini
|
||||
#iiab_config_file: "{{ iiab_ini_file }}" # Legacy support / let's phase this out eventually
|
||||
#service_filelist: "{{ iiab_ini_file }}" # Legacy support / let's phase this out eventually
|
||||
|
||||
iiab_base: /opt/iiab
|
||||
iiab_dir: "{{ iiab_base }}/iiab"
|
||||
|
@ -287,6 +284,10 @@ mosquitto_install: False
|
|||
mosquitto_enabled: False
|
||||
mosquitto_port: 1883
|
||||
|
||||
# Node.js version used by roles/nodejs/tasks/main.yml for 3 roles:
|
||||
# nodered (Node-RED), pbx (Asterix, FreePBX) & sugarizer (Sugarizer)
|
||||
nodejs_version: 10.x # was 8.x until 2019-01-31
|
||||
|
||||
# Flow-based visual programming for wiring together IoT hardware devices etc
|
||||
nodered_install: False
|
||||
nodered_enabled: False
|
||||
|
@ -325,6 +326,14 @@ moodle_install: False
|
|||
moodle_enabled: False
|
||||
# If using Moodle intensively, set apache_high_php_limits in 3-BASE-SERVER
|
||||
|
||||
# MongoDB (/library/dbdata/mongodb) is used by Sugarizer:
|
||||
# Its 2 settings below are auto-set to True (in roles/0-init/tasks/main.yml) when: sugarizer_enabled
|
||||
# The mongodb playbook itself is later invoked by roles/sugarizer/meta/main.yml
|
||||
mongodb_install: False
|
||||
mongodb_enabled: False
|
||||
mongodb_port: 27018
|
||||
|
||||
# roles/sugarizer/meta/main.yml auto-invokes 2 above prereqs: mongodb & nodejs
|
||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||
# Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
||||
sugarizer_install: False
|
||||
|
|
|
@ -199,6 +199,7 @@ nextcloud_enabled: True
|
|||
wordpress_install: True
|
||||
wordpress_enabled: True
|
||||
|
||||
|
||||
# 7-EDU-APPS
|
||||
|
||||
# KA Lite - SEE THE "Transmission" BITTORRENT DOWNLOADER FURTHER BELOW, TO INSTALL THOUSANDS OF VIDEOS
|
||||
|
|
|
@ -199,6 +199,7 @@ nextcloud_enabled: True
|
|||
wordpress_install: True
|
||||
wordpress_enabled: True
|
||||
|
||||
|
||||
# 7-EDU-APPS
|
||||
|
||||
# KA Lite - SEE THE "Transmission" BITTORRENT DOWNLOADER FURTHER BELOW, TO INSTALL THOUSANDS OF VIDEOS
|
||||
|
|
|
@ -199,6 +199,7 @@ nextcloud_enabled: False
|
|||
wordpress_install: False
|
||||
wordpress_enabled: False
|
||||
|
||||
|
||||
# 7-EDU-APPS
|
||||
|
||||
# KA Lite - SEE THE "Transmission" BITTORRENT DOWNLOADER FURTHER BELOW, TO INSTALL THOUSANDS OF VIDEOS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue