From 48a7f57f7e5ecf050ac879caf5ed86dbd8a071ac Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Tue, 22 Sep 2026 20:49:18 +0200 Subject: [PATCH] Add Cockpit storage management to Atlas and Prometheus --- ansible/inventory/host_vars/atlas.yml | 1 + ansible/inventory/host_vars/prometheus.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/ansible/inventory/host_vars/atlas.yml b/ansible/inventory/host_vars/atlas.yml index c943d4a..2f7dc8a 100644 --- a/ansible/inventory/host_vars/atlas.yml +++ b/ansible/inventory/host_vars/atlas.yml @@ -104,6 +104,7 @@ rocky_podman_packages: host_packages: - cockpit - cockpit-podman + - cockpit-storaged - cryptsetup - nfs-utils - policycoreutils diff --git a/ansible/inventory/host_vars/prometheus.yml b/ansible/inventory/host_vars/prometheus.yml index 340bbef..a81b8bc 100644 --- a/ansible/inventory/host_vars/prometheus.yml +++ b/ansible/inventory/host_vars/prometheus.yml @@ -32,6 +32,7 @@ host_packages: - cockpit - cockpit-navigator - cockpit-podman + - cockpit-storaged host_enabled_services: - cockpit.socket