homeserver/roles/mgrote_proxmox_bind_mounts
Michael Grote e4b82dd91b
All checks were successful
ansible-lint / gitleaks (push) Successful in 3s
ansible-lint / Ansible Lint (push) Successful in 28s
Upgrade Ubuntu 22.04 to 24.04 (Inplace and Reinstall) (#200)
Reviewed-on: https://git.mgrote.net///mg/homeserver/pulls/200
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-10-04 14:50:10 +02:00
..
defaults fix linter errors (#584) 2023-10-25 22:26:17 +02:00
handlers fix linter errors (#584) 2023-10-25 22:26:17 +02:00
tasks Upgrade Ubuntu 22.04 to 24.04 (Inplace and Reinstall) (#200) 2024-10-04 14:50:10 +02:00
README.md fix linter errors (#584) 2023-10-25 22:26:17 +02:00

mgrote.proxmox_bind_mounts

Beschreibung

Adds bind-mounts for LXC-Container on Proxmox.

tested on

  • ProxMox 7.*

Variablen + Defaults

pve_bind_mounts: # Dictionary
  - vmid: 105     # VMID for which the bind-mount should get created
    mp_nr: 1      # Number of the mountpoint
    mp_path_host: /rpool/test   # Path on the Host
    mp_path_guest: /klauspeter  # Path in the Guest