14 lines
202 B
YAML
14 lines
202 B
YAML
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts: vpn, !tests,
|
|
roles:
|
|
- vpn
|
|
- client_apt_proxy
|
|
|
|
- hosts: all, !tests,
|
|
roles:
|
|
- networking
|
|
- base_config
|
|
- create_users
|
|
- ssh_totp
|
|
|