ansible/books/vpn.yml
2022-03-10 11:44:08 -05:00

6 lines
93 B
YAML
Executable file

#!/usr/bin/env ansible-playbook
---
- hosts: vpn, !tests
roles:
- vpn
- networking