From 7203ac6e2deb04b45bd81708e4ff5706ac470ed7 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Tue, 8 Sep 2026 19:17:22 +0200 Subject: [PATCH] Install cockpit and enable socket on prometheus --- ansible/inventory/host_vars/prometheus.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ansible/inventory/host_vars/prometheus.yml b/ansible/inventory/host_vars/prometheus.yml index edd48ca..a9a49c9 100644 --- a/ansible/inventory/host_vars/prometheus.yml +++ b/ansible/inventory/host_vars/prometheus.yml @@ -7,3 +7,11 @@ ansible_ssh_private_key_file: /home/fscotto/.ssh/id_ed25519 server_username: rocky server_duckdns_domain: fscotto + +host_packages: + - cockpit + - cockpit-navigator + - cockpit-podman + +host_enabled_services: + - cockpit.socket