mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Rename local_vars_min.yml to local_vars_small.yml, big to large...ETC
This commit is contained in:
parent
0fc55b22f5
commit
3b4a8589a1
7 changed files with 10 additions and 10 deletions
|
@ -303,9 +303,9 @@ Node.js applications like Asterisk/FreePBX, Node-RED and Sugarizer won't work on
|
||||||
////
|
////
|
||||||
== Raspberry Pi Known Issues
|
== Raspberry Pi Known Issues
|
||||||
|
|
||||||
As of 2019-02-14, "systemctl restart freepbx" failed more than 50% of the time when run on a http://wiki.laptop.org/go/IIAB/FAQ#What_services_.28IIAB_apps.29_are_suggested_during_installation.3F[BIG-sized] install of IIAB 6.7 on RPi 3 or RPi 3 B+.
|
As of 2019-02-14, "systemctl restart freepbx" failed more than 50% of the time when run on a http://wiki.laptop.org/go/IIAB/FAQ#What_services_.28IIAB_apps.29_are_suggested_during_installation.3F[LARGE-sized] install of IIAB 6.7 on RPi 3 or RPi 3 B+.
|
||||||
|
|
||||||
It is possible that FreePBX restarts much more reliably when run on a MIN-sized install of IIAB? Please http://wiki.laptop.org/go/IIAB/FAQ#What_are_the_best_places_for_community_support.3F[contact us] if you can assist here in any way: https://github.com/iiab/iiab/issues/1493[#1493]
|
It is possible that FreePBX restarts much more reliably when run on a SMALL-sized install of IIAB? Please http://wiki.laptop.org/go/IIAB/FAQ#What_are_the_best_places_for_community_support.3F[contact us] if you can assist here in any way: https://github.com/iiab/iiab/issues/1493[#1493]
|
||||||
////
|
////
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# 0. INSTALL/ASSERT PREREQ #1: MongoDB
|
# 0. INSTALL/ASSERT PREREQ #1: MongoDB
|
||||||
|
|
||||||
# 3 stanzas moved up to main.yml, so Debian finishes "BIG-sized" IIAB install
|
# 3 stanzas moved up to main.yml, so Debian finishes "LARGE-sized" IIAB install
|
||||||
# (WITH LOUD RED WARNINGS!)
|
# (WITH LOUD RED WARNINGS!)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
|
|
||||||
# 3 stanzas moved up from install.yml, so Debian-or-any-OS-where-MongoDB-fails
|
# 3 stanzas moved up from install.yml, so Debian-or-any-OS-where-MongoDB-fails
|
||||||
# still finish their "BIG-sized" IIAB install: (WITH LOUD RED WARNINGS!)
|
# still finish their "LARGE-sized" IIAB install: (WITH LOUD RED WARNINGS!)
|
||||||
|
|
||||||
- name: "Set 'mongodb_install: True'"
|
- name: "Set 'mongodb_install: True'"
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# This is local_vars_big.yml -- copy it to /etc/iiab/local_vars.yml then...
|
# This is local_vars_large.yml -- copy it to /etc/iiab/local_vars.yml then...
|
||||||
# modify variables below, to override /opt/iiab/iiab/vars/default_vars.yml
|
# modify variables below, to override /opt/iiab/iiab/vars/default_vars.yml
|
||||||
|
|
||||||
# PLZ READ http://wiki.laptop.org/go/IIAB/local_vars.yml AND http://FAQ.IIAB.IO
|
# PLZ READ http://wiki.laptop.org/go/IIAB/local_vars.yml AND http://FAQ.IIAB.IO
|
||||||
|
@ -117,7 +117,7 @@ remoteit_enabled: False
|
||||||
openvpn_install: True
|
openvpn_install: True
|
||||||
openvpn_enabled: False
|
openvpn_enabled: False
|
||||||
# 2021-08-18 SSOT: Please set it here, no longer in /etc/iiab/openvpn_handle
|
# 2021-08-18 SSOT: Please set it here, no longer in /etc/iiab/openvpn_handle
|
||||||
openvpn_handle: BIG-sized - Put Your Name Here
|
openvpn_handle: LARGE - Put Your Name Here
|
||||||
|
|
||||||
# IIAB-ADMIN runs here - see its vars near top of this file:
|
# IIAB-ADMIN runs here - see its vars near top of this file:
|
||||||
# e.g. iiab_admin_user, iiab_admin_user_install, iiab_admin_can_sudo
|
# e.g. iiab_admin_user, iiab_admin_user_install, iiab_admin_can_sudo
|
|
@ -12,7 +12,7 @@ munin_install: True
|
||||||
munin_enabled: True
|
munin_enabled: True
|
||||||
vnstat_install: True
|
vnstat_install: True
|
||||||
vnstat_enabled: True
|
vnstat_enabled: True
|
||||||
openvpn_handle: "Medical IIAB - Put Your Name Here"
|
openvpn_handle: "MEDICAL - Put Your Name Here"
|
||||||
usb_lib_umask0000_for_kolibri: False
|
usb_lib_umask0000_for_kolibri: False
|
||||||
# By default
|
# By default
|
||||||
# kiwix
|
# kiwix
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# This is local_vars_min.yml -- copy it to /etc/iiab/local_vars.yml then...
|
# This is local_vars_small.yml -- copy it to /etc/iiab/local_vars.yml then...
|
||||||
# modify variables below, to override /opt/iiab/iiab/vars/default_vars.yml
|
# modify variables below, to override /opt/iiab/iiab/vars/default_vars.yml
|
||||||
|
|
||||||
# PLZ READ http://wiki.laptop.org/go/IIAB/local_vars.yml AND http://FAQ.IIAB.IO
|
# PLZ READ http://wiki.laptop.org/go/IIAB/local_vars.yml AND http://FAQ.IIAB.IO
|
||||||
|
@ -117,7 +117,7 @@ remoteit_enabled: False
|
||||||
openvpn_install: True
|
openvpn_install: True
|
||||||
openvpn_enabled: False
|
openvpn_enabled: False
|
||||||
# 2021-08-18 SSOT: Please set it here, no longer in /etc/iiab/openvpn_handle
|
# 2021-08-18 SSOT: Please set it here, no longer in /etc/iiab/openvpn_handle
|
||||||
openvpn_handle: MIN-sized - Put Your Name Here
|
openvpn_handle: SMALL - Put Your Name Here
|
||||||
|
|
||||||
# IIAB-ADMIN runs here - see its vars near top of this file:
|
# IIAB-ADMIN runs here - see its vars near top of this file:
|
||||||
# e.g. iiab_admin_user, iiab_admin_user_install, iiab_admin_can_sudo
|
# e.g. iiab_admin_user, iiab_admin_user_install, iiab_admin_can_sudo
|
|
@ -117,7 +117,7 @@ remoteit_enabled: False
|
||||||
openvpn_install: True
|
openvpn_install: True
|
||||||
openvpn_enabled: True
|
openvpn_enabled: True
|
||||||
# 2021-08-18 SSOT: Please set it here, no longer in /etc/iiab/openvpn_handle
|
# 2021-08-18 SSOT: Please set it here, no longer in /etc/iiab/openvpn_handle
|
||||||
openvpn_handle: unittest - Put Your Name Here
|
openvpn_handle: UNITTEST - Put Your Name Here
|
||||||
|
|
||||||
# IIAB-ADMIN runs here - see its vars near top of this file:
|
# IIAB-ADMIN runs here - see its vars near top of this file:
|
||||||
# e.g. iiab_admin_user, iiab_admin_user_install, iiab_admin_can_sudo
|
# e.g. iiab_admin_user, iiab_admin_user_install, iiab_admin_can_sudo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue