dns_resolver role, update-dns script, dns-deploy playbook, inventory updates
This commit is contained in:
parent
152edb8345
commit
1509daad4c
26 changed files with 780 additions and 176 deletions
8
host_vars/immich/sshfs.yml
Normal file
8
host_vars/immich/sshfs.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
sshfs_mounts:
|
||||
- src: "u457772@u457772.your-storagebox.de:immich"
|
||||
dest: /storagebox
|
||||
port: 23
|
||||
identity_file: /root/.ssh/id_borg
|
||||
uid: 1000
|
||||
gid: 1000
|
||||
3
host_vars/node2/tdarr.yml
Normal file
3
host_vars/node2/tdarr.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
# Tdarr Cleanup: Ordner < 50MB in complete/ und converted/ löschen
|
||||
tdarr_cleanup_cron: true
|
||||
2
host_vars/outline/vars.yml
Normal file
2
host_vars/outline/vars.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
ansible_become_method: sudo
|
||||
Loading…
Add table
Add a link
Reference in a new issue