PVE CIFS Share

This commit is contained in:
Michael Grote 2021-02-13 20:00:26 +01:00
commit b4a98f3c96
9 changed files with 105 additions and 4 deletions

View file

@ -0,0 +1,12 @@
---
cifs_mounts:
- name: pve_backup_mount_fileserver2
type: cifs
state: absent
dest: /pve_backup_mount
src: //fileserver2.grote.lan/proxmox
user: pve
password: XXXXXXXXXXXXXXX
domain: grote.lan
uid: 1000
gid: 1000