initial commit
This commit is contained in:
13
bootstrap.yml
Normal file
13
bootstrap.yml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
- 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 }}"
|
Reference in New Issue
Block a user