adc/ansible/wg_homeportal.yml
josiah 15b78abf21 Move to wg portal setup on larva.
- add parent play for configuring the rpi
- add dedicated rpi.yml to configure the base
- copy over templates, handlers from the wg play
- import the rpi.yml in main.yml
2020-11-15 13:39:25 -06:00

9 lines
174 B
YAML

---
- name: setup on prem portal wg host.
hosts: larva.home.jowj.net
tasks:
- debug: msg="Deploying wg portal"
roles:
- { name: home-net, tags: ['home-net'] }