inv

rückbaz bdfr

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#131
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-06-25 21:48:12 +02:00
parent 5a95cbfd71
commit 13ef849f14
3 changed files with 0 additions and 26 deletions

View File

@ -1,17 +0,0 @@
---
# mgrote.mount_cifs
cifs_mounts:
- name: fileserver2_bdfr_mount
type: cifs
state: present
dest: "{{ bdfr_data_path }}"
src: //fileserver2.grote.lan/archiv/reddit
user: bdfr
password: "{{ lookup('keepass', 'fileserver_smb_user_bdfr', 'password') }}"
domain: grote.lan
uid: 1000
gid: 1000
# mgrote.bdfr
bdfr_data_path: /mnt/bdfr
bdfr_data_mount: /mnt/bdfr
bdfr_log_file: /var/log/bdfr.log

View File

@ -28,9 +28,6 @@ all:
hosts:
docker.grote.lan:
docker-test.grote.lan:
bdfr:
hosts:
bdfr.grote.lan:
proxmox:
hosts:
pve2-test.grote.lan:
@ -73,7 +70,6 @@ all:
gitea.grote.lan:
pihole2.grote.lan:
ntp-server.grote.lan:
bdfr.grote.lan:
test:
hosts:
dokuwiki-test.grote.lan:

View File

@ -1,5 +0,0 @@
---
- hosts: bdfr
roles:
- { role: mgrote.mount_cifs, tags: "cifs" }
- { role: mgrote.bdfr, tags: "cifs" }