diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-05-06 00:04:09 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-05-06 00:04:09 +0200 |
| commit | 397dfa117941731fa43022b299c933e5375f7a60 (patch) | |
| tree | 70f995fc64cc43ae531304a5f6bc6968e26449d9 /configure.yml | |
| parent | 2eace6a92436078e189d5961d2cdf5fa0522a5b3 (diff) | |
Add proxmox VE (with kernel helper) on pve.local
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 20 |
1 files changed, 20 insertions, 0 deletions
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" |
