xoxys fe154e11e3
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci: drop notify workflow
2026-03-12 19:30:27 +01:00
2026-03-12 19:30:27 +01:00
2024-09-29 22:33:22 +02:00
2024-02-19 10:50:15 +01:00
2024-02-19 10:50:15 +01:00
2024-02-19 10:50:15 +01:00
2024-02-19 10:50:15 +01:00
2025-12-05 17:51:05 +00:00

xoxys.pve

Build Status License: MIT

Basic role to configure a Proxmox VE server. Proxmox VE is a complete open-source platform for all-inclusive enterprise virtualization that tightly integrates KVM hypervisor and LXC containers, software-defined storage and networking functionality on a single platform.

{{< hint type=important >}} This role covers only some really basic configurations and should be considered as not production ready. {{< /hint >}}

Table of contents


Requirements

  • Minimum Ansible version: 2.10

Default Variables

__pve_base_dir

Default value

__pve_base_dir: /etc/pve

__pve_tmp_dir

Default value

__pve_tmp_dir: /var/tmp/pve

pve_auth_pam_description

Default value

pve_auth_pam_description: Linux PAM standard authentication

pve_auth_pam_is_default

Default value

pve_auth_pam_is_default: true

pve_auth_pve_description

Default value

pve_auth_pve_description: Proxmox VE authentication server

pve_auth_pve_is_default

Default value

pve_auth_pve_is_default: false

pve_disk_mount

Default value

pve_disk_mount: []

Example usage

pve_disk_mount:
  - path: /mnt/backup
    src: /dev/sdX
    fstype: ext4
    opts:
    state: present

Dependencies

None.

License

MIT

Author

Robert Kaussow

S
Description
No description provided
Readme MIT
157 KiB
Languages
Jinja 100%