forked from infra/ansible
os-control: add sysadmin-openshift to be able to login and sudo
We want to add a few folks here so they can login to os-control and sudo and debug cluster wide issues. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1a56c792b9
commit
900a06c049
2 changed files with 12 additions and 0 deletions
|
|
@ -1 +1,7 @@
|
|||
---
|
||||
ipa_client_shell_groups:
|
||||
- sysadmin-openshift
|
||||
ipa_client_sudo_groups:
|
||||
- sysadmin-openshift
|
||||
ipa_host_group: os-control
|
||||
ipa_host_group_desc: openshift control hosts
|
||||
|
|
|
|||
|
|
@ -1 +1,7 @@
|
|||
---
|
||||
ipa_client_shell_groups:
|
||||
- sysadmin-openshift
|
||||
ipa_client_sudo_groups:
|
||||
- sysadmin-openshift
|
||||
ipa_host_group: os-control
|
||||
ipa_host_group_desc: openshift control hosts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue