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
9f0678c000
commit
6888bc9815
1 changed files with 14 additions and 14 deletions
|
@ -107,7 +107,7 @@ named_install: False
|
||||||
named_enabled: False
|
named_enabled: False
|
||||||
block_DNS: False
|
block_DNS: False
|
||||||
|
|
||||||
# dnsmasq
|
# dnsmasq - handles DHCP and DNS
|
||||||
dnsmasq_install: True
|
dnsmasq_install: True
|
||||||
dnsmasq_enabled: True
|
dnsmasq_enabled: True
|
||||||
|
|
||||||
|
@ -233,7 +233,7 @@ authserver_install: False
|
||||||
authserver_enabled: False
|
authserver_enabled: False
|
||||||
|
|
||||||
# Common UNIX Printing System (CUPS)
|
# Common UNIX Printing System (CUPS)
|
||||||
cups_install: True
|
cups_install: False
|
||||||
cups_enabled: False
|
cups_enabled: False
|
||||||
|
|
||||||
# Samba. Take a security audit seriously before deploying this.
|
# Samba. Take a security audit seriously before deploying this.
|
||||||
|
@ -281,7 +281,7 @@ mediawiki_install: False
|
||||||
mediawiki_enabled: False
|
mediawiki_enabled: False
|
||||||
|
|
||||||
# Elgg
|
# Elgg
|
||||||
elgg_install: True
|
elgg_install: False
|
||||||
elgg_enabled: False
|
elgg_enabled: False
|
||||||
# elgg_mysql_password: $6$iiab51$jeTwnATcbaa92xo0QBTgjLBU.5aVDDrbKeNyyC99R/TAWz6pvfzj.L7lfnOVVjD78nxqT.gkNn6XZmuRV0W3o1
|
# elgg_mysql_password: $6$iiab51$jeTwnATcbaa92xo0QBTgjLBU.5aVDDrbKeNyyC99R/TAWz6pvfzj.L7lfnOVVjD78nxqT.gkNn6XZmuRV0W3o1
|
||||||
elgg_mysql_password: elgg4kids
|
elgg_mysql_password: elgg4kids
|
||||||
|
@ -291,15 +291,15 @@ ejabberd_install: False
|
||||||
ejabberd_enabled: False
|
ejabberd_enabled: False
|
||||||
|
|
||||||
# Lokole (email)
|
# Lokole (email)
|
||||||
lokole_install: True
|
lokole_install: False
|
||||||
lokole_enabled: False
|
lokole_enabled: False
|
||||||
|
|
||||||
# Nextcloud
|
# Nextcloud
|
||||||
nextcloud_install: True
|
nextcloud_install: False
|
||||||
nextcloud_enabled: False
|
nextcloud_enabled: False
|
||||||
|
|
||||||
# WordPress
|
# WordPress
|
||||||
wordpress_install: True
|
wordpress_install: False
|
||||||
wordpress_enabled: False
|
wordpress_enabled: False
|
||||||
# If using WordPress intensively, set apache_high_php_limits in 3-BASE-SERVER
|
# If using WordPress intensively, set apache_high_php_limits in 3-BASE-SERVER
|
||||||
|
|
||||||
|
@ -336,7 +336,7 @@ moodle_enabled: False
|
||||||
# Sugarizer
|
# Sugarizer
|
||||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
# 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 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
||||||
sugarizer_install: True
|
sugarizer_install: False
|
||||||
sugarizer_enabled: False
|
sugarizer_enabled: False
|
||||||
sugarizer_port: 8089
|
sugarizer_port: 8089
|
||||||
|
|
||||||
|
@ -344,8 +344,8 @@ sugarizer_port: 8089
|
||||||
# 8-MGMT-TOOLS
|
# 8-MGMT-TOOLS
|
||||||
|
|
||||||
# Transmission is a BitTorrent downloader for large Content Packs etc
|
# Transmission is a BitTorrent downloader for large Content Packs etc
|
||||||
transmission_install: True
|
transmission_install: False
|
||||||
transmission_enabled: True
|
transmission_enabled: False
|
||||||
|
|
||||||
# Transmission download directory & general owner/group
|
# Transmission download directory & general owner/group
|
||||||
transmission_download_dir: "{{ content_base }}/transmission/" # /library/transmission/
|
transmission_download_dir: "{{ content_base }}/transmission/" # /library/transmission/
|
||||||
|
@ -384,7 +384,7 @@ transmission_password: changeme
|
||||||
|
|
||||||
# AWStats - summarizes http access logs
|
# AWStats - summarizes http access logs
|
||||||
awstats_install: True
|
awstats_install: True
|
||||||
awstats_enabled: False
|
awstats_enabled: True
|
||||||
|
|
||||||
# Monit
|
# Monit
|
||||||
monit_install: False
|
monit_install: False
|
||||||
|
@ -399,7 +399,7 @@ watchdog:
|
||||||
|
|
||||||
# Munin
|
# Munin
|
||||||
munin_install: True
|
munin_install: True
|
||||||
munin_enabled: False
|
munin_enabled: True
|
||||||
|
|
||||||
# Handy for maintaining tables, but DANGEROUS if not locked down
|
# Handy for maintaining tables, but DANGEROUS if not locked down
|
||||||
phpmyadmin_install: False
|
phpmyadmin_install: False
|
||||||
|
@ -407,7 +407,7 @@ phpmyadmin_enabled: False
|
||||||
|
|
||||||
# vnStat
|
# vnStat
|
||||||
vnstat_install: True
|
vnstat_install: True
|
||||||
vnstat_enabled: False
|
vnstat_enabled: True
|
||||||
|
|
||||||
|
|
||||||
# 9-LOCAL-ADDONS
|
# 9-LOCAL-ADDONS
|
||||||
|
@ -432,8 +432,8 @@ calibre_web_path: calibre #NEEDS WORK: https://github.com/iiab/iiab/issues/529
|
||||||
# program, so we recommend you also install Calibre (above!)
|
# program, so we recommend you also install Calibre (above!)
|
||||||
|
|
||||||
# Calibre-Web alternative to Calibre, offers a clean/modern UX
|
# Calibre-Web alternative to Calibre, offers a clean/modern UX
|
||||||
calibreweb_install: True
|
calibreweb_install: False
|
||||||
calibreweb_enabled: True
|
calibreweb_enabled: False
|
||||||
calibreweb_port: 8083
|
calibreweb_port: 8083
|
||||||
# http://box/books works. Add {box/libros, box/livres, box/livros, box/liv} etc?
|
# http://box/books works. Add {box/libros, box/livres, box/livros, box/liv} etc?
|
||||||
calibreweb_url: /books
|
calibreweb_url: /books
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue