1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/8-mgmt-tools/tasks/main.yml
2017-10-26 20:30:37 -04:00

55 lines
1.1 KiB
YAML

# Assessment and Monitoring Tools
- name: ...IS BEGINNING ============================================]
command: echo
- name: AWSTATS
include_role:
name: awstats
tags: services, awstats
when: awstats_install
- name: MONIT
include_role:
name: monit
tags: services, monit
when: monit_install
- name: MUNIN
include_role:
name: munin
when: munin_install
tags: services, munin
- name: PHPMYADMIN
include_role:
name: phpmyadmin
tags: services, phpmyadmin
when: phpmyadmin_install
- 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
tags: services, teamviewer
when: teamviewer_install
- name: VNSTAT
include_role:
name: vnstat
tags: services, vnstat
when: vnstat_install
- name: XOVIS
include_role:
name: xovis
when: xovis_install and ansible_distribution != "CentOS"
tags: services, xovis
- name: ...WAS COMPLETED ===========================================]
command: echo