first commit
This commit is contained in:
20
puck_routing.yaml
Normal file
20
puck_routing.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
|
||||
# Configures eth1, DHCP, and routing
|
||||
|
||||
- name: Matt-Cloud VPN Client Puck Post-VPN COnfig
|
||||
hosts: all
|
||||
become: yes
|
||||
|
||||
vars:
|
||||
terse_packages: true
|
||||
init_light: true
|
||||
vpn_init: false
|
||||
|
||||
tasks:
|
||||
|
||||
|
||||
roles:
|
||||
- role: puck_vpn
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user