mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
ovirt_permission add group example (#55705)
This commit is contained in:
@@ -107,6 +107,16 @@ EXAMPLES = '''
|
||||
object_name: mydatacenter
|
||||
quota_name: myquota
|
||||
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 = '''
|
||||
|
||||
Reference in New Issue
Block a user