wireguard, stash, docker debian, jellyfin

This commit is contained in:
2026-03-21 13:17:20 +01:00
parent 473e8d4a8d
commit d07446a879
18 changed files with 767 additions and 54 deletions
+2 -1
View File
@@ -17,5 +17,6 @@
key: "{{ lookup('file', '/home/' + item + '/.ssh/id_rsa.pub')}}"
when:
- users is defined
- lookup('first_found', '/home/' + item + '/.ssh/id_rsa.pub', errors='ignore')
- lookup('first_found', dict(files=['/home/' + item + '/.ssh/id_rsa.pub'], skip=true)) | length > 0
#- lookup('first_found', '/home/' + item + '/.ssh/id_rsa.pub', errors='ignore')
loop: "{{ users }}"