1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/8-mgmt-tools/tasks/main.yml

56 lines
1.1 KiB
YAML
Raw Normal View History

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