adc/ansible/all.yml
jowj a2f52facf4 Create broad "configure everything" job.
- this is incomplete right now
- this /will/ require rewrites of existing terrible roles
- step in the right direction but :(
2020-01-08 14:09:42 -06:00

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 }