blob: 5f4df4df422a016027a380b87d6bf7b389c1918e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
---
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'
- 'alex-key2.pub'
- username: 'maximilien'
is_admin: true
ssh_keys:
- 'maximilien-key1.pub'
- username: 'florian'
is_admin: false
ssh_keys:
- 'quentin-key1.pub'
#- 'florian-key1.pub'
#- 'florian-key2.pub'
disabled_users:
- 'john.doe'
- 'erwan'
- 'valentin'
|