diff options
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" |
