Go to file
Robert Kaussow 0778c1011f
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
refctor: rework ci to ue ansible-lint and fix molecule
2024-08-19 16:06:11 +02:00
.woodpecker refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:11 +02:00
defaults fix: add back tls cert handling 2024-07-14 13:53:57 +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 refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:11 +02:00
templates/etc/pve remove tfa settings 2023-08-09 23:22:34 +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-02-19 09:50:38 +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

Dependencies

None.

License

MIT

Author

Robert Kaussow