mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +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:
|
include_role:
|
||||||
name: awstats
|
name: awstats
|
||||||
when: awstats_install
|
when: awstats_install
|
||||||
tags: services, awstats
|
tags: awstats
|
||||||
|
|
||||||
- name: MONIT
|
- name: MONIT
|
||||||
include_role:
|
include_role:
|
||||||
name: monit
|
name: monit
|
||||||
when: monit_install
|
when: monit_install
|
||||||
tags: services, monit
|
tags: monit
|
||||||
|
|
||||||
- name: MUNIN
|
- name: MUNIN
|
||||||
include_role:
|
include_role:
|
||||||
name: munin
|
name: munin
|
||||||
when: munin_install
|
when: munin_install
|
||||||
tags: services, munin
|
tags: munin
|
||||||
|
|
||||||
- name: PHPMYADMIN
|
- name: PHPMYADMIN
|
||||||
include_role:
|
include_role:
|
||||||
name: phpmyadmin
|
name: phpmyadmin
|
||||||
when: phpmyadmin_install
|
when: phpmyadmin_install
|
||||||
tags: services, phpmyadmin
|
tags: phpmyadmin
|
||||||
|
|
||||||
- name: SUGAR-STATS
|
- name: SUGAR-STATS
|
||||||
include_role:
|
include_role:
|
||||||
|
@ -37,19 +37,19 @@
|
||||||
include_role:
|
include_role:
|
||||||
name: teamviewer
|
name: teamviewer
|
||||||
when: teamviewer_install
|
when: teamviewer_install
|
||||||
tags: services, teamviewer
|
tags: teamviewer
|
||||||
|
|
||||||
- name: VNSTAT
|
- name: VNSTAT
|
||||||
include_role:
|
include_role:
|
||||||
name: vnstat
|
name: vnstat
|
||||||
when: vnstat_install
|
when: vnstat_install
|
||||||
tags: services, vnstat
|
tags: vnstat
|
||||||
|
|
||||||
- name: XOVIS
|
- name: XOVIS
|
||||||
include_role:
|
include_role:
|
||||||
name: xovis
|
name: xovis
|
||||||
when: xovis_install and ansible_distribution != "CentOS"
|
when: xovis_install and ansible_distribution != "CentOS"
|
||||||
tags: services, xovis
|
tags: xovis
|
||||||
|
|
||||||
- name: ...WAS COMPLETED ===========================================]
|
- name: ...WAS COMPLETED ===========================================]
|
||||||
command: echo
|
command: echo
|
||||||
|
|
Loading…
Reference in a new issue