2018-08-29 06:56:45 +00:00
|
|
|
# Administration and Monitoring/Assessment 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
|
|
|
|
|
2018-08-31 07:19:05 +00:00
|
|
|
- name: TRANSMISSION
|
|
|
|
include_role:
|
|
|
|
name: transmission
|
|
|
|
when: transmission_install
|
|
|
|
tags: transmission
|
|
|
|
|
2017-10-27 00:30:37 +00:00
|
|
|
- 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
|
|
|
|
2019-01-09 22:38:01 +00:00
|
|
|
# UNMAINTAINED
|
2017-10-27 00:30:37 +00:00
|
|
|
- name: SUGAR-STATS
|
|
|
|
include_role:
|
|
|
|
name: sugar-stats
|
2018-08-21 16:48:17 +00:00
|
|
|
when: sugar_stats_install is defined and sugar_stats_install and ansible_distribution != "CentOS"
|
2017-10-27 00:30:37 +00:00
|
|
|
tags: olpc, sugar-stats
|
|
|
|
|
2019-01-09 22:38:01 +00:00
|
|
|
# UNMAINTAINED
|
2017-10-27 00:30:37 +00:00
|
|
|
- name: TEAMVIEWER
|
|
|
|
include_role:
|
|
|
|
name: teamviewer
|
2018-08-21 17:19:20 +00:00
|
|
|
when: teamviewer_install is defined and 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
|
|
|
|
2019-01-09 22:38:01 +00:00
|
|
|
# UNMAINTAINED
|
2017-10-27 00:30:37 +00:00
|
|
|
- name: XOVIS
|
|
|
|
include_role:
|
|
|
|
name: xovis
|
2018-08-21 16:48:17 +00:00
|
|
|
when: xovis_install is defined and 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 ======================
|
2018-02-13 03:14:39 +00:00
|
|
|
lineinfile:
|
2018-10-15 09:33:44 +00:00
|
|
|
dest: "{{ iiab_env_file }}"
|
2018-02-13 03:14:39 +00:00
|
|
|
regexp: '^STAGE=*'
|
|
|
|
line: 'STAGE=8'
|
|
|
|
state: present
|