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 ======================================
2021-07-30 08:01:12 +00:00
meta : noop
2017-10-27 00:30:37 +00:00
2018-08-31 07:19:05 +00:00
- name : TRANSMISSION
include_role :
name : transmission
2024-11-16 23:17:35 +00:00
when : transmission_install and not (is_ubuntu_2404 or is_ubuntu_2410 or is_ubuntu_2504) # Also excludes is_linuxmint_22, for #3756 (whereas Debian 13 works great!)
2018-08-31 07:19:05 +00:00
2017-10-27 00:30:37 +00:00
- name : AWSTATS
include_role :
name : awstats
2020-10-16 20:46:19 +00:00
when : awstats_install
2022-06-15 06:40:28 +00:00
2022-05-02 10:26:55 +00:00
- name : MATOMO
include_role :
name : matomo
when : matomo_install
2022-06-15 06:40:28 +00:00
2017-10-27 00:30:37 +00:00
- name : MONIT
include_role :
name : monit
2020-10-16 20:46:19 +00:00
when : monit_install
2017-10-27 00:30:37 +00:00
- name : PHPMYADMIN
include_role :
name : phpmyadmin
2020-10-16 20:46:19 +00:00
when : phpmyadmin_install
2017-10-27 00:30:37 +00:00
- name : VNSTAT
include_role :
name : vnstat
2020-10-16 20:46:19 +00:00
when : vnstat_install
2017-10-27 00:30:37 +00:00
2017-10-30 20:38:09 +00:00
- name : Recording STAGE 8 HAS COMPLETED ======================
2018-02-13 03:14:39 +00:00
lineinfile :
2020-02-04 00:54:04 +00:00
path : "{{ iiab_env_file }}"
2018-02-13 03:14:39 +00:00
regexp : '^STAGE=*'
line : 'STAGE=8'