bitcoin node stuff

This commit is contained in:
counterweight 2025-12-14 18:52:36 +01:00
parent 2893bb77cd
commit 8863f800bf
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
8 changed files with 573 additions and 206 deletions

View file

@ -44,7 +44,7 @@
shell: >
ssh {{ ssh_args }}
{{ headscale_user }}@{{ headscale_host }}
"sudo headscale preauthkeys create --user {{ headscale_user_id }} --expiration 1m --output json"
"sudo headscale preauthkeys create --user {{ headscale_user_id }} --expiration 10m --output json"
register: preauth_key_result
changed_when: true
failed_when: preauth_key_result.rc != 0