mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-01 04:31:22 +00:00
fcdf86b31c
This commit appends the README.md to state that yaml files should start with `---` and end with `...`. This also addresses some linting warnings that were not appearing during pre-commit on local system.
46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
---
|
|
svcusers:
|
|
- name: hostman
|
|
first: Host
|
|
last: Manager
|
|
password: ThisIsNotMyPassword1!
|
|
title: System Account - Host Manager
|
|
loginshell: /sbin/nologin
|
|
- name: kerbman
|
|
first: Kerberos
|
|
last: Manager
|
|
password: ThisIsNotMyPassword1!
|
|
title: System Account - Kerberos Key Manager
|
|
loginshell: /sbin/nologin
|
|
- name: userman
|
|
first: User
|
|
last: Manager
|
|
password: ThisIsNotMyPassword1!
|
|
title: System Account - User Manager
|
|
loginshell: /sbin/nologin
|
|
- name: rockykoji
|
|
first: Koji
|
|
last: Manager
|
|
password: ThisIsNotMyPassword1!
|
|
title: System Account - Koji Manager
|
|
loginshell: /sbin/nologin
|
|
- name: pubsub_federation
|
|
first: pubsub
|
|
last: federation
|
|
password: ThisIsNotMyPassword1!
|
|
title: System Account - pubsub federator
|
|
loginshell: /sbin/nologin
|
|
- name: rockypubsub
|
|
first: rocky
|
|
last: pubsub
|
|
password: ThisIsNotMyPassword1!
|
|
title: System Account - pubsub
|
|
loginshell: /sbin/nologin
|
|
- name: rockyautomation
|
|
first: Rocky
|
|
last: Automation
|
|
password: ThisIsNotMyPassword1!
|
|
title: System Account - Automation
|
|
loginshell: /sbin/nologin
|
|
...
|