.woodpecker | ||
defaults | ||
handlers | ||
meta | ||
tasks | ||
templates/etc/pve | ||
vars | ||
.gitignore | ||
.markdownlint.yml | ||
.prettierignore | ||
.yamllint | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
requirements.yml |
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 content
Requirements
- Minimum Ansible version:
2.10
Default Variables
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: Linux pve standard authentication
pve_auth_pve_is_default
Default value
pve_auth_pve_is_default: false
pve_disk_mount
Default value
pve_disk_mount: []
pve_pamd_motd_enabled
Default value
pve_pamd_motd_enabled: true
Dependencies
None.
License
MIT