5 lines
175 B
YAML
5 lines
175 B
YAML
---
|
|
|
|
- name: tailscale up
|
|
ansible.builtin.command: >
|
|
tailscale up --authkey={{ tailscale_auth_key }} {{ tshost.args | default() }} --login-server=https://ts.longley.ws/
|