initial commit

This commit is contained in:
2024-08-13 20:18:11 -06:00
commit 77ed02f107
15 changed files with 763 additions and 0 deletions

13
bootstrap.yml Normal file
View 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 }}"