mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-11 00:11:25 +00:00
24 lines
628 B
YAML
24 lines
628 B
YAML
---
|
|
svcusers:
|
|
- name: hostman
|
|
first: Host
|
|
last: Manager
|
|
email: infrastructure@rockylinux.org
|
|
password: ThisIsNotMyPassword1!
|
|
title: System Account - Host Manager
|
|
loginshell: /sbin/nologin
|
|
- name: kerbman
|
|
first: Kerberos
|
|
last: Manager
|
|
email: infrastructure@rockylinux.org
|
|
password: ThisIsNotMyPassword1!
|
|
title: System Account - Kerberos Key Manager
|
|
loginshell: /sbin/nologin
|
|
- name: rockykoji
|
|
first: Koji
|
|
last: Manager
|
|
email: infrastructure@rockylinux.org
|
|
password: ThisIsNotMyPassword1!
|
|
title: System Account - Koji Manager
|
|
loginshell: /sbin/nologin
|