Michael Grote
7a24089031
Reviewed-on: #584 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
12 lines
252 B
YAML
12 lines
252 B
YAML
---
|
|
cifs_mounts:
|
|
- name: pve_backup_mount_fileserver3
|
|
type: cifs
|
|
state: absent
|
|
dest: /pve_backup_mount
|
|
src: //fileserver3.grote.lan/proxmox
|
|
user: pve
|
|
password: XXXXXXXXXXXXXXX
|
|
domain: grote.lan
|
|
uid: 1000
|
|
gid: 1000
|