ansible/bootstrap.yml
2024-08-13 20:18:11 -06:00

13 lines
267 B
YAML

---
- hosts: bootstrap
become: true
vars:
created_username: phil
vars_prompt:
- name: tailscale_key
prompt: Enter the tailscale key
roles:
- bootstrap
- role: artis3n.tailscale
vars:
tailscale_authkey: "{{ tailscale_key }}"