ansible/books/base.yml

18 lines
244 B
YAML
Raw Normal View History

2020-10-12 09:59:51 +02:00
#!/usr/bin/env ansible-playbook
---
- hosts: vpn, !tests,
roles:
2021-07-10 02:39:21 +02:00
- vpn
- 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
- hosts: all, !tests, !no_user,
roles:
- create_users
2021-04-15 16:35:16 +02:00
- ssh_totp