forked from Deuxfleurs/infrastructure
23 lines
372 B
YAML
23 lines
372 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'
|
|
|
|
- username: 'erwan'
|
|
ssh_keys:
|
|
- 'erwan-key1.pub'
|
|
|
|
- username: 'valentin'
|
|
ssh_keys:
|
|
- 'valentin-key1.pub'
|
|
|
|
disabled_users:
|
|
- 'john.doe'
|