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:
parent
54fda898e3
commit
259f2ec4ff
1 changed files with 24 additions and 24 deletions
|
@ -150,17 +150,36 @@ wan_nameserver:
|
||||||
# exFAT is auto-enabled for all "debuntu" OS's as of Nov 2017, in roles/2-common/tasks/packages.yml#L35-L36
|
# exFAT is auto-enabled for all "debuntu" OS's as of Nov 2017, in roles/2-common/tasks/packages.yml#L35-L36
|
||||||
# exFAT_enabled: True
|
# exFAT_enabled: True
|
||||||
|
|
||||||
# Parameters by Aggregate Roles
|
# Parameters for Aggregate Roles
|
||||||
# Each Role must have the following variables which are either True or False:
|
# Each Role should have the following variables which are either True or False:
|
||||||
# <role-name>_install
|
# <role-name>_install
|
||||||
# <role-name>_enabled
|
# <role-name>_enabled
|
||||||
|
|
||||||
# Our past convention was to install everything in all aggregates
|
# Past convention had been to install everything in all aggregate roles (stages)
|
||||||
# And to enable everything in 1-PREP, 2-COMMON, and 3-BASE-SERVER
|
# And to enable everything in 1-PREP, 2-COMMON, and 3-BASE-SERVER
|
||||||
|
|
||||||
|
|
||||||
# 1-PREP
|
# 1-PREP
|
||||||
|
|
||||||
|
# sshd
|
||||||
|
sshd_enabled: True
|
||||||
|
|
||||||
|
# roles/iiab-admin runs here
|
||||||
|
# SEE IIAB-ADMIN VARIABLES NEAR TOP OF THIS FILE: e.g. iiab_admin_user_install,
|
||||||
|
# iiab_admin_user, iiab_admin_published_pwd, iiab_admin_pwd_hash
|
||||||
|
|
||||||
|
# OpenVPN
|
||||||
|
openvpn_install: True
|
||||||
|
openvpn_enabled: False
|
||||||
|
# For /etc/iiab/openvpn_handle
|
||||||
|
openvpn_handle: ""
|
||||||
|
# cron seems necessary on CentOS:
|
||||||
|
openvpn_cron_enabled: False
|
||||||
|
# General OpenVPN settings
|
||||||
|
openvpn_server: xscenet.net
|
||||||
|
openvpn_server_virtual_ip: 10.8.0.1
|
||||||
|
openvpn_server_port: 1194
|
||||||
|
|
||||||
# 2-COMMON
|
# 2-COMMON
|
||||||
|
|
||||||
# 3-BASE-SERVER
|
# 3-BASE-SERVER
|
||||||
|
@ -169,12 +188,10 @@ wan_nameserver:
|
||||||
|
|
||||||
# Make this False to disable http://box/common/services/power_off.php button:
|
# Make this False to disable http://box/common/services/power_off.php button:
|
||||||
apache_allow_sudo: True
|
apache_allow_sudo: True
|
||||||
|
# For schools that use WordPress and/or Moodle intensively, see iiab/iiab #1147
|
||||||
# For schools that use WordPress and/or Moodle intensively. See iiab/iiab #1147
|
|
||||||
# WARNING: Enabling this (might) cause excess use of RAM or other resources?
|
# WARNING: Enabling this (might) cause excess use of RAM or other resources?
|
||||||
apache_high_php_limits: False
|
apache_high_php_limits: False
|
||||||
|
# SEE ALSO VARIABLES NEAR TOP OF THIS FILE: default_language, language_priority
|
||||||
# roles/iiab-admin runs here
|
|
||||||
|
|
||||||
# MySQL MANDATORY - THESE SETTINGS HAVE NO EFFECT - SEE roles/1-prep/tasks/computed_vars.yml, roles/mysql/tasks/main.yml
|
# MySQL MANDATORY - THESE SETTINGS HAVE NO EFFECT - SEE roles/1-prep/tasks/computed_vars.yml, roles/mysql/tasks/main.yml
|
||||||
mysql_install: True
|
mysql_install: True
|
||||||
|
@ -185,23 +202,6 @@ mysql_root_password: fixmysql
|
||||||
|
|
||||||
# 4-SERVER-OPTIONS
|
# 4-SERVER-OPTIONS
|
||||||
|
|
||||||
# sshd
|
|
||||||
sshd_enabled: True
|
|
||||||
|
|
||||||
# OpenVPN
|
|
||||||
openvpn_install: True
|
|
||||||
openvpn_enabled: False
|
|
||||||
|
|
||||||
# For /etc/iiab/openvpn_handle
|
|
||||||
openvpn_handle: ""
|
|
||||||
|
|
||||||
# cron seems necessary on CentOS:
|
|
||||||
openvpn_cron_enabled: False
|
|
||||||
|
|
||||||
openvpn_server: xscenet.net
|
|
||||||
openvpn_server_virtual_ip: 10.8.0.1
|
|
||||||
openvpn_server_port: 1194
|
|
||||||
|
|
||||||
# roles/network runs here (MANY SETTINGS ABOVE)
|
# roles/network runs here (MANY SETTINGS ABOVE)
|
||||||
|
|
||||||
# Homepage
|
# Homepage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue