open-cmmc-stack/ansible/roles/identity/tasks/tailscale.yml

9 lines
224 B
YAML

---
- name: Install Tailscale
shell: curl -fsSL https://tailscale.com/install.sh | sh
args:
creates: /usr/bin/tailscale
- name: Bring up Tailscale interface
command: tailscale up --authkey {{ tailscale_authkey }}