ansible/books/base.yml

13 lines
175 B
YAML
Raw Normal View History

2020-10-12 09:59:51 +02:00
#!/usr/bin/env ansible-playbook
---
- hosts: vpn, !tests,
roles:
- client_apt_proxy
2021-04-27 20:57:23 +02:00
- hosts: all, !tests,
2020-10-12 09:59:51 +02:00
roles:
- base_config
- create_users
2021-04-15 16:35:16 +02:00
- ssh_totp