1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

deprecate old/unused services (#183)

This commit is contained in:
georgejhunt 2017-08-31 13:20:02 -07:00 committed by GitHub
parent ea950209e2
commit 99780ed8e1
4 changed files with 44 additions and 39 deletions

View file

@ -13,7 +13,7 @@
- { role: 2-common, tags: ['common','base'] }
- { role: 3-base-server, tags: ['base'] }
- { role: 4-server-options, tags: ['options'] }
- { role: 5-xo-services, tags: ['xo-services'] }
# - { role: 5-xo-services, tags: ['xo-services'] }
- { role: 6-generic-apps, tags: ['generic-apps'] }
- { role: 7-edu-apps, tags: ['edu-apps'] }
- { role: 8-mgmt-tools, tags: ['tools'] }

View file

@ -6,4 +6,4 @@ dependencies:
- { role: kalite, tags: ['kalite','edu-apps'], when: kalite_install }
- { role: kiwix, tags: ['kiwix','edu-apps'], when: kiwix_install }
- { role: sugarizer, tags: ['sugarizer','edu-apps'], when: sugarizer_install }
- { role: debian_schooltool, tags: ['schooltool','debian_schooltool','edu-apps'], when: debian_schooltool_install and is_debuntu }
# - { role: debian_schooltool, tags: ['schooltool','debian_schooltool','edu-apps'], when: debian_schooltool_install and is_debuntu }

View file

@ -1,10 +1,10 @@
dependencies:
- { role: sugar-stats, tags: ['olpc','sugar-stats','tools'], when: sugar_stats_install and ansible_distribution != "CentOS" }
# - { role: sugar-stats, tags: ['olpc','sugar-stats','tools'], when: sugar_stats_install and ansible_distribution != "CentOS" }
# - { role: ajenti, tags: ['services','ajenti','tools'], when: ajenti_install }
- { role: munin, tags: ['services','munin','tools'], when: munin_install }
- { role: monit, tags: ['services','monit','tools'], when: monit_install }
- { role: vnstat, tags: ['services','vnstat','tools'], when: vnstat_install }
- { role: xovis, tags: ['services','xovis','tools'], when: xovis_install and ansible_distribution != "CentOS" }
# - { role: xovis, tags: ['services','xovis','tools'], when: xovis_install and ansible_distribution != "CentOS" }
- { role: phpmyadmin, tags: ['services','phpmyadmin','tools'], when: phpmyadmin_install }
- { role: awstats, tags: ['services','awstats','tools'], when: awstats_install }
- { role: teamviewer, tags: ['services','teamviewer','tools'], when: teamviewer_install }

View file

@ -105,7 +105,7 @@ dansguardian_enabled: False
# squid
squid_install: True
squid_enabled: True
squid_enabled: False
# wondershaper
wondershaper_install: True
@ -140,7 +140,7 @@ openvpn_install: True
openvpn_enabled: False
# samba
samba_install: True
samba_install: False
samba_enabled: False
# postgresql
@ -163,19 +163,6 @@ docker_enabled: False
cups_install: True
cups_enabled: False
# 5-XO-SERVICES
# ejabberd
ejabberd_install: False
ejabberd_enabled: False
# idmgr and activity-server
idmgr_install: True
activity_server_install: False
xo_services_enabled: False
ejabberd_xs_install: False
ejabberd_xs_enabled: False
# 6-GENERIC-APPS
# MYSQL
@ -212,8 +199,12 @@ moodle_install: True
moodle_enabled: False
# Internet-in-a-Box
iiab_install: True
iiab_enabled: False
#iiab_install: True
#iiab_enabled: False
# above 2 variables changed in June 2017 to:
osm_install: True
osm_enabled: False
# Pathagar
pathagar_install: False
@ -254,18 +245,6 @@ sugarizer_enabled: False
# 8-MGMT-TOOLS
# schooltool
schooltool_install: False
schooltool_enabled: False
# sugar-stats
sugar_stats_install: True
sugar_stats_enabled: False
# ajenti
ajenti_install: True
ajenti_enabled: False
# munin
munin_install: True
munin_enabled: False
@ -281,10 +260,6 @@ watchdog:
- postgresql
- squid
# teamviewer
teamviewer_install: False
teamviewer_enabled: False
# vnstat
vnstat_install: True
vnstat_enabled: False
@ -293,8 +268,23 @@ vnstat_enabled: False
awstats_install: True
awstats_enabled: False
# ================= turned off services at aggregate level ===========
# 5-XO-SERVICES
# ejabberd
ejabberd_install: False
ejabberd_enabled: False
# idmgr and activity-server
idmgr_install: False
activity_server_install: False
xo_services_enabled: False
ejabberd_xs_install: False
ejabberd_xs_enabled: False
# xovis
xovis_install: True
xovis_install: False
xovis_enabled: False
xovis_target_host: "127.0.0.1:5984"
xovis_deployment_name: olpc
@ -307,8 +297,23 @@ xovis_root: "/opt/xovis"
xovis_backup_dir: "/library/users"
xovis_chart_heading: "My School: Usage Data Visualization"
# 9-LOCAL-ADDONS
# schooltool
schooltool_install: False
schooltool_enabled: False
# sugar-stats
sugar_stats_install: False
sugar_stats_enabled: False
# ajenti
ajenti_install: False
ajenti_enabled: False
# teamviewer
teamviewer_install: False
teamviewer_enabled: False
# =====================================================================
# Platforms - turn all off and let <OS>.yml turn on as appropriate
nodocs: False