1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

8-mgmt-tools: more fully deprecate SUGAR-STATS, TEAMVIEWER, XOVIS

This commit is contained in:
A Holt 2019-11-03 10:48:08 -05:00 committed by GitHub
parent b28280f227
commit 59a3298061
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,33 +33,12 @@
when: phpmyadmin_install | bool
tags: phpmyadmin
# UNMAINTAINED
#- name: SUGAR-STATS
# include_role:
# name: sugar-stats
# when: sugar_stats_install is defined and sugar_stats_install and ansible_distribution != "CentOS"
# tags: olpc, sugar-stats
# UNMAINTAINED
#- name: TEAMVIEWER
# include_role:
# name: teamviewer
# when: teamviewer_install is defined and teamviewer_install
# tags: teamviewer
- name: VNSTAT
include_role:
name: vnstat
when: vnstat_install | bool
tags: vnstat
# UNMAINTAINED
#- name: XOVIS
# include_role:
# name: xovis
# when: xovis_install is defined and xovis_install and ansible_distribution != "CentOS"
# tags: xovis
- name: Recording STAGE 8 HAS COMPLETED ======================
lineinfile:
dest: "{{ iiab_env_file }}"