mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update main.yml
This commit is contained in:
parent
74ebfabd1f
commit
849ba9610d
1 changed files with 54 additions and 2 deletions
|
@ -1,3 +1,55 @@
|
|||
- name: Assessment and Monitoring Tools Installed
|
||||
command: echo Assessment and Monitoring Tools Installed
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue