ansible/bootstrap.yml

13 lines
267 B
YAML
Raw Normal View History

2024-08-14 04:18:11 +02:00
---
- 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 }}"