6 lines
93 B
YAML
6 lines
93 B
YAML
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts: vpn, !tests
|
|
roles:
|
|
- vpn
|
|
- networking
|