forked from infra/ansible
This adds 2 groups to the gpu servers for shell access. Only sysadmin-gpu has sudo access, but these users can login/do non root things. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
15 lines
280 B
Text
15 lines
280 B
Text
---
|
|
primary_auth_source: ipa
|
|
freezes: false
|
|
ipa_client_shell_groups:
|
|
- sysadmin-gpu
|
|
- forge-cle-members
|
|
- forge-ai-ml-members
|
|
ipa_client_sudo_groups:
|
|
- sysadmin-gpu
|
|
ipa_host_group: gpu
|
|
ipa_host_group_desc: gpu servers
|
|
|
|
notes: |
|
|
gpu machine for testing fedora with gpus
|
|
|