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

60 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-30 20:38:09 +00:00
- name: ...IS BEGINNING ======================================
2017-10-27 00:30:37 +00:00
command: echo
- name: AWSTATS
include_role:
name: awstats
when: awstats_install
2017-10-27 01:31:06 +00:00
tags: awstats
2017-10-27 01:22:03 +00:00
2017-10-27 00:30:37 +00:00
- name: MONIT
include_role:
name: monit
when: monit_install
2017-10-27 01:31:06 +00:00
tags: monit
2017-10-27 00:30:37 +00:00
- name: MUNIN
include_role:
name: munin
when: munin_install
2017-10-27 01:31:06 +00:00
tags: munin
2017-10-27 00:30:37 +00:00
- name: PHPMYADMIN
include_role:
name: phpmyadmin
when: phpmyadmin_install
2017-10-27 01:31:06 +00:00
tags: 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:31:06 +00:00
tags: teamviewer
2017-10-27 00:30:37 +00:00
- name: VNSTAT
include_role:
name: vnstat
when: vnstat_install
2017-10-27 01:31:06 +00:00
tags: vnstat
2017-10-27 00:30:37 +00:00
- name: XOVIS
include_role:
name: xovis
when: xovis_install and ansible_distribution != "CentOS"
2017-10-27 01:31:06 +00:00
tags: xovis
2017-10-27 00:30:37 +00:00
2017-10-30 20:38:09 +00:00
- name: Recording STAGE 8 HAS COMPLETED ======================
lineinfile:
dest: /etc/iiab/iiab.env
regexp: '^STAGE=*'
line: 'STAGE=8'
state: present