mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update main.yml
This commit is contained in:
parent
19f501608e
commit
8fc56009b9
1 changed files with 7 additions and 7 deletions
|
@ -7,25 +7,25 @@
|
|||
include_role:
|
||||
name: awstats
|
||||
when: awstats_install
|
||||
tags: services, awstats
|
||||
tags: awstats
|
||||
|
||||
- name: MONIT
|
||||
include_role:
|
||||
name: monit
|
||||
when: monit_install
|
||||
tags: services, monit
|
||||
tags: monit
|
||||
|
||||
- name: MUNIN
|
||||
include_role:
|
||||
name: munin
|
||||
when: munin_install
|
||||
tags: services, munin
|
||||
tags: munin
|
||||
|
||||
- name: PHPMYADMIN
|
||||
include_role:
|
||||
name: phpmyadmin
|
||||
when: phpmyadmin_install
|
||||
tags: services, phpmyadmin
|
||||
tags: phpmyadmin
|
||||
|
||||
- name: SUGAR-STATS
|
||||
include_role:
|
||||
|
@ -37,19 +37,19 @@
|
|||
include_role:
|
||||
name: teamviewer
|
||||
when: teamviewer_install
|
||||
tags: services, teamviewer
|
||||
tags: teamviewer
|
||||
|
||||
- name: VNSTAT
|
||||
include_role:
|
||||
name: vnstat
|
||||
when: vnstat_install
|
||||
tags: services, vnstat
|
||||
tags: vnstat
|
||||
|
||||
- name: XOVIS
|
||||
include_role:
|
||||
name: xovis
|
||||
when: xovis_install and ansible_distribution != "CentOS"
|
||||
tags: services, xovis
|
||||
tags: xovis
|
||||
|
||||
- name: ...WAS COMPLETED ===========================================]
|
||||
command: echo
|
||||
|
|
Loading…
Reference in a new issue