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