feat: added install netdata

This commit is contained in:
2024-02-26 10:06:46 +00:00
parent 766f2d0cb5
commit 7c02a824b5
3 changed files with 34 additions and 1 deletions

View File

@@ -17,3 +17,7 @@
- name: Configure docker system prune with cron
when: docker_cronjob_prune
include_tasks: prune.yml
- name: install netdata
when: docker_netdata_install
include_tasks: netdata.yml