jowj
a2f52facf4
- this is incomplete right now - this /will/ require rewrites of existing terrible roles - step in the right direction but :(
15 lines
282 B
YAML
15 lines
282 B
YAML
---
|
|
- name: on prem base server config
|
|
hosts: onprem_servers
|
|
tasks:
|
|
- debug: msg="deploying base server config."
|
|
roles:
|
|
- { name: home-net }
|
|
|
|
- name: on prem wg config
|
|
hosts: onprem_servers
|
|
tasks:
|
|
- debug: msg="Deploying wg."
|
|
roles:
|
|
- { name: wg_vpn }
|