1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/8-mgmt-tools/tasks/main.yml

47 lines
890 B
YAML
Raw Normal View History

2018-08-29 06:56:45 +00:00
# Administration and Monitoring/Assessment Tools
2017-05-27 18:09:50 +00:00
2017-10-30 20:38:09 +00:00
- name: ...IS BEGINNING ======================================
2017-10-27 00:30:37 +00:00
command: echo
2018-08-31 07:19:05 +00:00
- name: TRANSMISSION
include_role:
name: transmission
when: transmission_install | bool
2020-01-13 17:01:25 +00:00
#tags: transmission
2018-08-31 07:19:05 +00:00
2017-10-27 00:30:37 +00:00
- name: AWSTATS
include_role:
name: awstats
2020-01-13 17:01:25 +00:00
when: awstats_install | bool
#tags: awstats
2017-10-27 01:22:03 +00:00
2017-10-27 00:30:37 +00:00
- name: MONIT
include_role:
name: monit
when: monit_install | bool
2020-01-13 17:01:25 +00:00
#tags: monit
2017-10-27 00:30:37 +00:00
- name: MUNIN
include_role:
name: munin
2020-01-13 17:01:25 +00:00
when: munin_install | bool
#tags: munin
2017-10-27 00:30:37 +00:00
- name: PHPMYADMIN
include_role:
name: phpmyadmin
when: phpmyadmin_install | bool
2020-01-13 17:01:25 +00:00
#tags: phpmyadmin
2017-10-27 00:30:37 +00:00
- name: VNSTAT
include_role:
name: vnstat
when: vnstat_install | bool
2020-01-13 17:01:25 +00:00
#tags: vnstat
2017-10-27 00:30:37 +00:00
2017-10-30 20:38:09 +00:00
- name: Recording STAGE 8 HAS COMPLETED ======================
lineinfile:
2018-10-15 09:33:44 +00:00
dest: "{{ iiab_env_file }}"
regexp: '^STAGE=*'
line: 'STAGE=8'