Go to file
Robert Kaussow b886c4bf3f
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
chore: drop ldap realm and tls settings
2024-09-29 21:51:32 +02:00
.woodpecker refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:11 +02:00
defaults chore: drop ldap realm and tls settings 2024-09-29 21:51:32 +02:00
handlers refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:11 +02:00
meta refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:11 +02:00
tasks chore: drop ldap realm and tls settings 2024-09-29 21:51:32 +02:00
templates/etc/pve chore: drop ldap realm and tls settings 2024-09-29 21:51:32 +02:00
vars try to workaround pve filesystem limitations 2019-06-15 15:54:22 +02:00
.gitignore ci: migrate to woodpecker 2024-02-19 10:50:15 +01:00
.markdownlint.yml ci: migrate to woodpecker 2024-02-19 10:50:15 +01:00
.prettierignore ci: migrate to woodpecker 2024-02-19 10:50:15 +01:00
.yamllint refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:11 +02:00
LICENSE chore: end of the year maintenance [skip ci] 2021-12-21 10:45:37 +01:00
pyproject.toml ci: migrate to woodpecker 2024-02-19 10:50:15 +01:00
README.md [skip ci] automated docs update 2024-08-19 14:11:21 +00:00
requirements.yml refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:11 +02: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 content


Requirements

  • Minimum Ansible version: 2.10

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.

License

MIT

Author

Robert Kaussow