first commit

This commit is contained in:
2025-09-14 13:10:34 -07:00
commit 6f4fcb90e2
25 changed files with 869 additions and 0 deletions

26
puck_vpn.yaml Normal file
View File

@ -0,0 +1,26 @@
---
# Configures eth1, DHCP, and routing
- name: Matt-Cloud VPN Client Puck Pre-VPN Config
hosts: all
become: yes
vars:
terse_packages: true
init_light: true
vpn_init: true
update_grub_timeout: false
public_deploy: true
rename_host: true
add_domain: false
tasks:
roles:
- role: cosmos_init
- role: puck_vpn
...