homeserver/roles/mgrote.proxmox_bind_mounts
Michael Grote 12884074ba VM SMB-Freigabe jetzt auf hdd_data_raidz anstatt rpool (#285)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#285
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2021-12-20 12:48:50 +01:00
..
defaults Bugfix: Bind Mounts, keine mehrfachen Reboots mehr (#218) 2021-10-13 12:20:26 +02:00
handlers Bugfix: Bind Mounts, keine mehrfachen Reboots mehr (#218) 2021-10-13 12:20:26 +02:00
tasks VM SMB-Freigabe jetzt auf hdd_data_raidz anstatt rpool (#285) 2021-12-20 12:48:50 +01:00
LICENSE Alle Rollen: LICENSE + Syntax in README (#240) 2021-11-07 12:37:48 +01:00
README.md bind-mounts per ansible (#213) 2021-10-10 16:47:36 +02:00

README.md

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