ovirt_permission add group example (#55705)
This commit is contained in:
parent
a568e018be
commit
f5b3983aa8
1 changed files with 10 additions and 0 deletions
|
@ -107,6 +107,16 @@ EXAMPLES = '''
|
||||||
object_name: mydatacenter
|
object_name: mydatacenter
|
||||||
quota_name: myquota
|
quota_name: myquota
|
||||||
role: QuotaConsumer
|
role: QuotaConsumer
|
||||||
|
|
||||||
|
- name: Assign QuotaConsumer role to group
|
||||||
|
ovirt_permissions:
|
||||||
|
state: present
|
||||||
|
group_name: group1
|
||||||
|
authz_name: example.com-authz
|
||||||
|
object_type: data_center
|
||||||
|
object_name: mydatacenter
|
||||||
|
quota_name: myquota
|
||||||
|
role: QuotaConsumer
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|
Loading…
Reference in a new issue