mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Far more readable. Added nextcloud defaults.
This commit is contained in:
parent
786ba65bc1
commit
84b933229d
1 changed files with 35 additions and 29 deletions
|
@ -17,7 +17,7 @@ yum_packages_dir: "{{ iiab_base }}/yum-packages"
|
|||
downloads_dir: "{{ iiab_base }}/downloads"
|
||||
iiab_download_url: http://download.iiab.io/packages
|
||||
|
||||
#Configuration File(s)
|
||||
# Configuration File(s)
|
||||
iiab_config_file: /etc/iiab/iiab.ini
|
||||
service_filelist: "{{ iiab_config_file }}"
|
||||
|
||||
|
@ -44,7 +44,9 @@ iiab_domain: lan
|
|||
lan_ip: 172.18.96.1
|
||||
lan_netmask: 255.255.224.0
|
||||
|
||||
#Read docs/NETWORKING.rst
|
||||
# Read https://github.com/iiab/iiab/wiki/IIAB-Networking
|
||||
# Also readable offline @ http://box/info/IIAB-Networking.html
|
||||
|
||||
# Gateway mode
|
||||
iiab_lan_enabled: True
|
||||
iiab_wan_enabled: True
|
||||
|
@ -53,8 +55,8 @@ gui_wan: True
|
|||
adm_cons_force_ssl: False
|
||||
adm_cons_allow_downloads: False
|
||||
|
||||
# Internal Wifi Access Point
|
||||
# Values are used if there is an internal wifi adapter and hostapd is enabled
|
||||
# Internal Wi-Fi Access Point
|
||||
# Values are used if there is an internal Wi-Fi adapter and hostapd is enabled
|
||||
# The platform variable adapts install to specific hardware (raspberry pi=rpi2)
|
||||
hostapd_enabled: True
|
||||
host_ssid: "Internet in a Box"
|
||||
|
@ -63,7 +65,7 @@ host_channel: 6
|
|||
hostapd_secure: False
|
||||
hostapd_password: changeme
|
||||
|
||||
#intended for developers
|
||||
# Intended for developers
|
||||
exFAT_enabled: False
|
||||
user_wan_iface: auto
|
||||
user_lan_iface: auto
|
||||
|
@ -87,7 +89,7 @@ wan_nameserver:
|
|||
|
||||
# 3-BASE
|
||||
|
||||
# apache
|
||||
# Apache
|
||||
allow_apache_sudo: False
|
||||
|
||||
# dhcpd
|
||||
|
@ -99,15 +101,15 @@ named_install: True
|
|||
named_enabled: True
|
||||
block_DNS: False
|
||||
|
||||
# dansguardian
|
||||
# DansGuardian
|
||||
dansguardian_install: False
|
||||
dansguardian_enabled: False
|
||||
|
||||
# squid
|
||||
# Squid
|
||||
squid_install: False
|
||||
squid_enabled: False
|
||||
|
||||
# wondershaper
|
||||
# Wondershaper
|
||||
# unmaintained and high-risk: https://github.com/iiab/iiab/pull/382
|
||||
wondershaper_install: False
|
||||
wondershaper_enabled: False
|
||||
|
@ -118,11 +120,11 @@ gw_block_https: False
|
|||
iiab_gateway_enabled: True
|
||||
|
||||
# Home page
|
||||
# Default to the gui where the selection is made or override in localvars
|
||||
# Default to the gui where the selection is made or override in local_vars.yml
|
||||
iiab_home_url: /home
|
||||
|
||||
# you can change iiab_home_url in local_vars in order to get a different home page
|
||||
# these could be one of the following (assuming they are enabled):
|
||||
# You can change iiab_home_url in local_vars.yml in order to get a different home page.
|
||||
# For example one of the following: (assuming they are enabled)
|
||||
|
||||
#iiab_home_url: /home
|
||||
#iiab_home_url: /xs-portal - the alternate home page
|
||||
|
@ -134,18 +136,18 @@ iiab_home_url: /home
|
|||
# sshd
|
||||
sshd_enabled: True
|
||||
|
||||
# openvpn
|
||||
# OpenVPN
|
||||
vpn_presence: xscenet.net
|
||||
openvpn_server_port: 1194
|
||||
openvpn_cron_enabled: False
|
||||
openvpn_install: True
|
||||
openvpn_enabled: False
|
||||
|
||||
# samba
|
||||
# Samba
|
||||
samba_install: False
|
||||
samba_enabled: False
|
||||
|
||||
# postgresql
|
||||
# PostgreSQL
|
||||
postgresql_install: False
|
||||
postgresql_enabled: False
|
||||
|
||||
|
@ -157,7 +159,7 @@ authserver_enabled: False
|
|||
usb_lib_install: True
|
||||
usb_lib_enabled: True
|
||||
|
||||
# docker
|
||||
# Docker
|
||||
docker_install: False
|
||||
docker_enabled: False
|
||||
|
||||
|
@ -188,7 +190,7 @@ idmgr_enables: False
|
|||
activity_server_install: False
|
||||
activity_server_enabled: False
|
||||
|
||||
# xovis
|
||||
# XOVis
|
||||
xovis_install: False
|
||||
xovis_enabled: False
|
||||
xovis_target_host: "127.0.0.1:5984"
|
||||
|
@ -208,7 +210,7 @@ sugar_stats_enabled: False
|
|||
|
||||
# 6-GENERIC-APPS
|
||||
|
||||
# MYSQL
|
||||
# MySQL
|
||||
mysql_install: True
|
||||
mysql_enabled: False
|
||||
# password is fixmysql
|
||||
|
@ -218,7 +220,7 @@ mysql_root_password: fixmysql
|
|||
phpmyadmin_install: False
|
||||
phpmyadmin_enabled: False
|
||||
|
||||
# ELGG
|
||||
# Elgg
|
||||
elgg_install: True
|
||||
elgg_enabled: False
|
||||
# elgg_mysql_password: $6$iiab51$jeTwnATcbaa92xo0QBTgjLBU.5aVDDrbKeNyyC99R/TAWz6pvfzj.L7lfnOVVjD78nxqT.gkNn6XZmuRV0W3o1
|
||||
|
@ -228,11 +230,15 @@ elgg_mysql_password: elgg4kids
|
|||
owncloud_install: False
|
||||
owncloud_enabled: False
|
||||
|
||||
# Nextcloud
|
||||
nextcloud_install: True
|
||||
nextcloud_enabled: False
|
||||
|
||||
# WordPress
|
||||
wordpress_install: True
|
||||
wordpress_enabled: False
|
||||
|
||||
# Dokuwiki
|
||||
# DokuWiki
|
||||
dokuwiki_install: False
|
||||
dokuwiki_enabled: False
|
||||
|
||||
|
@ -265,7 +271,7 @@ rachel_content_found: False
|
|||
#rachel_url: /rachel
|
||||
rachel_doc_root: "{{ doc_root}}/modules"
|
||||
|
||||
# Kiwix-Serve
|
||||
# Kiwix-serve
|
||||
kiwix_install: True
|
||||
kiwix_port: 3000
|
||||
kiwix_serve_enabled: False
|
||||
|
@ -282,17 +288,17 @@ kalite_server_port: 8008
|
|||
kalite_enabled: False
|
||||
kalite_cron_enabled: False
|
||||
|
||||
#Sugarizer
|
||||
# Sugarizer
|
||||
sugarizer_install: True
|
||||
sugarizer_enabled: False
|
||||
|
||||
# 8-MGMT-TOOLS
|
||||
|
||||
# munin
|
||||
# Munin
|
||||
munin_install: True
|
||||
munin_enabled: False
|
||||
|
||||
# monit
|
||||
# Monit
|
||||
monit_install: False
|
||||
monit_enabled: False
|
||||
watchdog:
|
||||
|
@ -303,23 +309,23 @@ watchdog:
|
|||
- postgresql
|
||||
- squid
|
||||
|
||||
# vnstat
|
||||
# vnStat
|
||||
vnstat_install: True
|
||||
vnstat_enabled: False
|
||||
|
||||
# awstats -- sumarizes http access logs
|
||||
# AWStats -- sumarizes http access logs
|
||||
awstats_install: True
|
||||
awstats_enabled: False
|
||||
|
||||
# schooltool
|
||||
# SchoolTool
|
||||
schooltool_install: False
|
||||
schooltool_enabled: False
|
||||
|
||||
# ajenti
|
||||
# Ajenti
|
||||
ajenti_install: False
|
||||
ajenti_enabled: False
|
||||
|
||||
# teamviewer
|
||||
# TeamViewer - unmaintained (better to install directly from http://teamviewer.com)
|
||||
teamviewer_install: False
|
||||
teamviewer_enabled: False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue