This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/ansible/roles/users/vars/main.yml
2020-02-16 20:05:47 +01:00

18 lines
269 B
YAML

---
active_users:
- username: 'quentin'
is_admin: true
ssh_keys:
- 'quentin-key1.pub'
- 'quentin-key2.pub'
- username: 'alex'
is_admin: true
ssh_keys:
- 'alex-key1.pub'
disabled_users:
- 'john.doe'
- 'erwan'
- 'valentin'