bitcoin node stuff
This commit is contained in:
parent
2893bb77cd
commit
8863f800bf
8 changed files with 573 additions and 206 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue