ipa: Fix hostgroup/* HBAC rule descriptions
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
502b3d48b0
commit
07b30b3990
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
- name: "Give certain groups shell access on host group {{ ipa_host_group }}"
|
- name: "Give certain groups shell access on host group {{ ipa_host_group }}"
|
||||||
ipahbacrule:
|
ipahbacrule:
|
||||||
name: "hostgroup/{{ ipa_host_group }}/shell-access"
|
name: "hostgroup/{{ ipa_host_group }}/shell-access"
|
||||||
description: "Give certain groups shell access on host group {{ ansible_fqdn }}"
|
description: "Give certain groups shell access on host group {{ ipa_host_group }}"
|
||||||
ipaadmin_password: "{{ ipa_admin_password }}"
|
ipaadmin_password: "{{ ipa_admin_password }}"
|
||||||
hbacsvcgroup:
|
hbacsvcgroup:
|
||||||
- shell-access
|
- shell-access
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue