2017-05-27 18:09:50 +00:00
|
|
|
dependencies:
|
2017-08-31 20:20:02 +00:00
|
|
|
# - { role: sugar-stats, tags: ['olpc','sugar-stats','tools'], when: sugar_stats_install and ansible_distribution != "CentOS" }
|
2017-05-27 18:09:50 +00:00
|
|
|
# - { 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 }
|
2017-08-31 20:20:02 +00:00
|
|
|
# - { role: xovis, tags: ['services','xovis','tools'], when: xovis_install and ansible_distribution != "CentOS" }
|
2017-05-27 18:09:50 +00:00
|
|
|
- { 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 }
|