2020-10-12 09:59:51 +02:00
|
|
|
#!/usr/bin/env ansible-playbook
|
|
|
|
---
|
2021-06-29 11:26:28 +02:00
|
|
|
- hosts: vpn, !tests,
|
|
|
|
roles:
|
2021-07-10 02:39:21 +02:00
|
|
|
- vpn
|
2021-06-29 11:26:28 +02:00
|
|
|
- client_apt_proxy
|
|
|
|
|
2021-07-10 03:38:36 +02:00
|
|
|
- hosts: all, !tests,
|
2020-10-12 09:59:51 +02:00
|
|
|
roles:
|
2021-07-08 02:38:35 +02:00
|
|
|
- networking
|
2020-10-12 09:59:51 +02:00
|
|
|
- base_config
|
2021-08-07 20:34:16 +02:00
|
|
|
|
|
|
|
- hosts: all, !tests, !no_user,
|
|
|
|
roles:
|
2021-01-30 16:34:20 +01:00
|
|
|
- create_users
|
2021-04-15 16:35:16 +02:00
|
|
|
- ssh_totp
|
2021-06-29 11:26:28 +02:00
|
|
|
|