adc/ansible/cloud_wg.yml
josiah 4d1b046917 Prepare for wg migration from hatchery to larva.
- add 192.168/16 routing info to wg.0
- remove old -hatchery.conf
- remove dumb stuff in readme, meta
- add tag to main play
2020-11-15 13:36:59 -06:00

9 lines
149 B
YAML

---
- name: cloud wg config
hosts: vpn
tasks:
- debug: msg="Deploying wg to cloud server"
roles:
- { name: wg_vpn, tags: ['wg_vpn'] }