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.
This role covers only some really basic configurations and should be considered as not production ready.
- Default Variables
- pve_auth_ldap_enabled
- pve_auth_ldap_tfa_oath_enabled
- pve_auth_ldap_tfa_oath_pwlength
- pve_auth_ldap_tfa_oath_timestep
- pve_auth_ldap_tfa_yubico_enabled
- pve_auth_pam_description
- pve_auth_pam_is_default
- pve_auth_pam_tfa_oath_enabled
- pve_auth_pam_tfa_yubico_enabled
- pve_auth_pve_description
- pve_auth_pve_is_default
- pve_auth_pve_tfa_oath_enabled
- pve_auth_pve_tfa_yubico_enabled
- pve_disk_mount
- pve_nodes
- pve_pamd_motd_enabled
- pve_tls_cert_source
- pve_tls_enabled
- pve_tls_key_source
- Discovered Tags
- Dependencies
pve_auth_ldap_enabled: false
pve_auth_ldap_tfa_oath_enabled: false
pve_auth_ldap_tfa_oath_pwlength: 6
pve_auth_ldap_tfa_oath_timestep: 30
pve_auth_ldap_tfa_yubico_enabled: false
pve_auth_pam_description: Linux PAM standard authentication
pve_auth_pam_is_default: true
pve_auth_pam_tfa_oath_enabled: false
pve_auth_pam_tfa_yubico_enabled: false
pve_auth_pve_description: Linux pve standard authentication
pve_auth_pve_is_default: false
pve_auth_pve_tfa_oath_enabled: false
pve_auth_pve_tfa_yubico_enabled: false
pve_disk_mount: []
pve_nodes:
- node1
pve_pamd_motd_enabled: true
pve_tls_cert_source: mycert.pem
pve_tls_enabled: false
pve_tls_key_source: mykey.pem
- tls_renewal
None.