ansible/vpn.yml

9 lines
133 B
YAML
Executable file

#!/usr/bin/env ansible-playbook
---
- hosts:
- vpn-ovh-ng.auro.re
- vpn-ng.adm.auro.re
roles:
- wireguard-endpoint
...