main
xoxys.pve
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
Languages
Jinja
100%