diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-15 16:37:16 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-15 16:37:16 +0300 |
| commit | 63635dc1bc80cb928adf1dffb569b0987f1cfccc (patch) | |
| tree | e21f85f8e5c467d17a3ac18a2527e13039dc8d91 /roles/host/tasks | |
| parent | da06c3ddc73f760c8466e2f15260c04b0824ebbe (diff) | |
Install netdata on host
Diffstat (limited to 'roles/host/tasks')
| -rw-r--r-- | roles/host/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/host/tasks/main.yml b/roles/host/tasks/main.yml index 43ea887..bde4983 100644 --- a/roles/host/tasks/main.yml +++ b/roles/host/tasks/main.yml @@ -35,6 +35,7 @@ - fastfetch - vim - age + - netdata loop_control: loop_var: pkg_name @@ -126,6 +127,7 @@ - { name: "zroot/jails/containers" } - { name: "zroot/jails/volumes", mountpoint: "none" } - { name: "zroot/storage", mountpoint: "/usr/local/jails/volumes/storage" } + - { name: "zroot/netdata_db", mountpoint: "/var/db/netdata" } loop_control: label: "{{ item.name }}" |
