ansible/books/users.yml

7 lines
112 B
YAML

#!/usr/bin/env ansible-playbook
---
- hosts: all, !tests, !no_user
roles:
- create_users
- base_totp