mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2025-10-29 17:50:35 +00:00
ansible playbooks for retailor.io infrastructure
This commit is contained in:
7
plays/tailscale.yml
Normal file
7
plays/tailscale.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Install tailscale
|
||||
hosts: all
|
||||
roles:
|
||||
- role: roles/tailscale
|
||||
vars:
|
||||
tailscale_authkey: "{{ lookup('env', 'TAILSCALE_KEY') }}"
|
||||
Reference in New Issue
Block a user