13 lines
267 B
YAML
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 }}" |