From 397dfa117941731fa43022b299c933e5375f7a60 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 6 May 2026 00:04:09 +0200 Subject: Add proxmox VE (with kernel helper) on pve.local --- configure.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'configure.yml') diff --git a/configure.yml b/configure.yml index fc307868..200a79c1 100644 --- a/configure.yml +++ b/configure.yml @@ -105,3 +105,23 @@ - role: "prometheus-node-exporter" - role: "grafana" - role: "neomutt" + +- name: "Proxmox VE configure" + gather_facts: true + hosts: + - pve.local + roles: + - role: "proxmox-ve" + - role: "locales" + - role: "timezone" + - role: "bash" + - role: "man" + - role: "jq" + - role: "ag" + - role: "btop" + - role: "gpg" + - role: "git" + - role: "git-crypt" + - role: "dotfiles" + - role: "password_store" + - role: "vim" -- cgit v1.2.3