1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

Clean 8-mgmt-tools/tasks/main.yml

This commit is contained in:
A Holt 2020-01-13 12:01:25 -05:00 committed by GitHub
parent 2dbf5b5eb1
commit 4d4591de84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,39 +7,40 @@
include_role:
name: transmission
when: transmission_install | bool
tags: transmission
#tags: transmission
- name: AWSTATS
include_role:
name: awstats
tags: awstats
when: awstats_install | bool
#tags: awstats
- name: MONIT
include_role:
name: monit
when: monit_install | bool
tags: monit
#tags: monit
- name: MUNIN
include_role:
name: munin
tags: munin
when: munin_install | bool
#tags: munin
- name: PHPMYADMIN
include_role:
name: phpmyadmin
when: phpmyadmin_install | bool
tags: phpmyadmin
#tags: phpmyadmin
- name: VNSTAT
include_role:
name: vnstat
when: vnstat_install | bool
tags: vnstat
#tags: vnstat
- name: Recording STAGE 8 HAS COMPLETED ======================
lineinfile:
dest: "{{ iiab_env_file }}"
regexp: '^STAGE=*'
line: 'STAGE=8'
state: present