Go to file
Robert Kaussow 6514603231
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
remove unused handler
2024-10-01 09:07:03 +02:00
.woodpecker refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:11 +02:00
defaults chore: always remove motd from pam 2024-09-29 22:33:22 +02:00
meta refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:11 +02:00
tasks chore: always remove motd from pam 2024-09-29 22:33:22 +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-09-29 20:34:06 +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_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: Proxmox VE authentication server

pve_auth_pve_is_default

Default value

pve_auth_pve_is_default: false

pve_disk_mount

Default value

pve_disk_mount: []

Example usage

pve_disk_mount:
  - path: /mnt/backup
    src: /dev/sdX
    fstype: ext4
    opts:
    state: present

Dependencies

None.

License

MIT

Author

Robert Kaussow