2017-10-27 00:30:37 +00:00
|
|
|
# Assessment and Monitoring Tools
|
2017-05-27 18:09:50 +00:00
|
|
|
|
2017-10-27 00:30:37 +00:00
|
|
|
- name: ...IS BEGINNING ============================================]
|
|
|
|
command: echo
|
|
|
|
|
|
|
|
- name: AWSTATS
|
|
|
|
include_role:
|
|
|
|
name: awstats
|
|
|
|
when: awstats_install
|
2017-10-27 01:22:03 +00:00
|
|
|
tags: services, awstats
|
|
|
|
|
2017-10-27 00:30:37 +00:00
|
|
|
- name: MONIT
|
|
|
|
include_role:
|
|
|
|
name: monit
|
|
|
|
when: monit_install
|
2017-10-27 01:22:03 +00:00
|
|
|
tags: services, monit
|
2017-10-27 00:30:37 +00:00
|
|
|
|
|
|
|
- name: MUNIN
|
|
|
|
include_role:
|
|
|
|
name: munin
|
|
|
|
when: munin_install
|
|
|
|
tags: services, munin
|
|
|
|
|
|
|
|
- name: PHPMYADMIN
|
|
|
|
include_role:
|
|
|
|
name: phpmyadmin
|
|
|
|
when: phpmyadmin_install
|
2017-10-27 01:22:03 +00:00
|
|
|
tags: services, phpmyadmin
|
2017-10-27 00:30:37 +00:00
|
|
|
|
|
|
|
- name: SUGAR-STATS
|
|
|
|
include_role:
|
|
|
|
name: sugar-stats
|
|
|
|
when: sugar_stats_install and ansible_distribution != "CentOS"
|
|
|
|
tags: olpc, sugar-stats
|
|
|
|
|
|
|
|
- name: TEAMVIEWER
|
|
|
|
include_role:
|
|
|
|
name: teamviewer
|
|
|
|
when: teamviewer_install
|
2017-10-27 01:22:03 +00:00
|
|
|
tags: services, teamviewer
|
2017-10-27 00:30:37 +00:00
|
|
|
|
|
|
|
- name: VNSTAT
|
|
|
|
include_role:
|
|
|
|
name: vnstat
|
|
|
|
when: vnstat_install
|
2017-10-27 01:22:03 +00:00
|
|
|
tags: services, vnstat
|
2017-10-27 00:30:37 +00:00
|
|
|
|
|
|
|
- name: XOVIS
|
|
|
|
include_role:
|
|
|
|
name: xovis
|
|
|
|
when: xovis_install and ansible_distribution != "CentOS"
|
|
|
|
tags: services, xovis
|
|
|
|
|
|
|
|
- name: ...WAS COMPLETED ===========================================]
|
|
|
|
command: echo
|