28 lines
608 B
YAML
28 lines
608 B
YAML
|
---
|
||
|
adminusers:
|
||
|
- name: label2
|
||
|
first: Louis
|
||
|
last: Abel
|
||
|
password: ThisIsNotMyPassword1!
|
||
|
title: Infrastructure IdM Manager
|
||
|
loginshell: /bin/bash
|
||
|
- name: neil2
|
||
|
first: Neil
|
||
|
last: Hanlon
|
||
|
password: ThisIsNotMyPassword1!
|
||
|
title: Infrastructure Manager
|
||
|
loginshell: /bin/bash
|
||
|
- name: rfelsburg2
|
||
|
first: Rob
|
||
|
last: Felsburg
|
||
|
password: ThisIsNotMyPassword1!
|
||
|
title: Operations Manager
|
||
|
loginshell: /bin/bash
|
||
|
- name: tg2
|
||
|
first: Taylor
|
||
|
last: Goodwill
|
||
|
password: ThisIsNotMyPassword1!
|
||
|
title: Infrastructure Manager
|
||
|
loginshell: /bin/bash
|
||
|
...
|