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/os/config/roles/users/vars/main.yml

35 lines
586 B
YAML
Raw Normal View History

2019-06-01 14:02:49 +00:00
---
active_users:
- username: 'quentin'
is_admin: true
ssh_keys:
- 'quentin-key1.pub'
- 'quentin-key2.pub'
2020-01-22 19:45:26 +00:00
- username: 'alex'
2020-02-11 21:19:25 +00:00
is_admin: true
2020-01-22 19:45:26 +00:00
ssh_keys:
- 'alex-key1.pub'
2020-04-05 08:42:50 +00:00
- 'alex-key2.pub'
2020-01-22 19:45:26 +00:00
2020-07-08 07:21:06 +00:00
- username: 'maximilien'
is_admin: true
ssh_keys:
- 'maximilien-key1.pub'
2020-07-13 16:51:40 +00:00
- username: 'florian'
is_admin: false
ssh_keys:
2020-10-14 16:27:20 +00:00
- 'florian-key1.pub'
- 'florian-key2.pub'
2020-07-13 16:51:40 +00:00
- username: 'adrien'
is_admin: false
ssh_keys:
- 'adrien-key1.pub'
2019-06-01 14:02:49 +00:00
disabled_users:
- 'john.doe'
2020-02-16 19:05:47 +00:00
- 'erwan'
- 'valentin'