xoxys.pve/_docs/index.md

2.7 KiB

title type
pve docs

Source Code 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 >}}


Requirements

  • Minimum Ansible version: 2.1

Default Variables

pve_auth_ldap_enabled

Default value

pve_auth_ldap_enabled: false

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_nodes

Default value

pve_nodes:
  - node1

pve_pamd_motd_enabled

Default value

pve_pamd_motd_enabled: true

pve_tls_cert_source

Default value

pve_tls_cert_source: mycert.pem

pve_tls_enabled

Default value

pve_tls_enabled: false

pve_tls_key_source

Default value

pve_tls_key_source: mykey.pem

Discovered Tags

tls_renewal
 

Dependencies

None.