mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
cloud: ovirt: Remove extra "the" from descriptions (#24242)
This commit is contained in:
parent
465c12ccdb
commit
80f0157f3c
20 changed files with 26 additions and 26 deletions
|
@ -36,7 +36,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the affinity group to manage."
|
- "Name of the affinity group to manage."
|
||||||
required: true
|
required: true
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -36,7 +36,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the affinity label to manage."
|
- "Name of the affinity label to manage."
|
||||||
required: true
|
required: true
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -35,7 +35,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the cluster to manage."
|
- "Name of the cluster to manage."
|
||||||
required: true
|
required: true
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -35,7 +35,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the data center to manage."
|
- "Name of the data center to manage."
|
||||||
required: true
|
required: true
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -35,7 +35,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the external provider to manage."
|
- "Name of the external provider to manage."
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- "Should the external be present or absent"
|
- "Should the external be present or absent"
|
||||||
|
|
|
@ -35,7 +35,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the group to manage."
|
- "Name of the group to manage."
|
||||||
required: true
|
required: true
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -35,7 +35,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the host to manage networks for."
|
- "Name of the host to manage networks for."
|
||||||
required: true
|
required: true
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -35,7 +35,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the host to manage."
|
- "Name of the host to manage."
|
||||||
required: true
|
required: true
|
||||||
aliases: ['host']
|
aliases: ['host']
|
||||||
state:
|
state:
|
||||||
|
|
|
@ -35,7 +35,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the host to manage."
|
- "Name of the host to manage."
|
||||||
required: true
|
required: true
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -35,7 +35,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the MAC pool to manage."
|
- "Name of the MAC pool to manage."
|
||||||
required: true
|
required: true
|
||||||
description:
|
description:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -35,7 +35,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the network to manage."
|
- "Name of the network to manage."
|
||||||
required: true
|
required: true
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -35,7 +35,7 @@ description:
|
||||||
options:
|
options:
|
||||||
role:
|
role:
|
||||||
description:
|
description:
|
||||||
- "Name of the the role to be assigned to user/group on specific object."
|
- "Name of the role to be assigned to user/group on specific object."
|
||||||
default: UserRole
|
default: UserRole
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
@ -69,13 +69,13 @@ options:
|
||||||
]
|
]
|
||||||
user_name:
|
user_name:
|
||||||
description:
|
description:
|
||||||
- "Username of the the user to manage. In most LDAPs it's I(uid) of the user,
|
- "Username of the user to manage. In most LDAPs it's I(uid) of the user,
|
||||||
but in Active Directory you must specify I(UPN) of the user."
|
but in Active Directory you must specify I(UPN) of the user."
|
||||||
- "Note that if user don't exist in the system this module will fail,
|
- "Note that if user don't exist in the system this module will fail,
|
||||||
you should ensure the user exists by using M(ovirt_users) module."
|
you should ensure the user exists by using M(ovirt_users) module."
|
||||||
group_name:
|
group_name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the group to manage."
|
- "Name of the group to manage."
|
||||||
- "Note that if group don't exist in the system this module will fail,
|
- "Note that if group don't exist in the system this module will fail,
|
||||||
you should ensure the group exists by using M(ovirt_groups) module."
|
you should ensure the group exists by using M(ovirt_groups) module."
|
||||||
authz_name:
|
authz_name:
|
||||||
|
|
|
@ -38,10 +38,10 @@ notes:
|
||||||
options:
|
options:
|
||||||
user_name:
|
user_name:
|
||||||
description:
|
description:
|
||||||
- "Username of the the user to manage. In most LDAPs it's I(uid) of the user, but in Active Directory you must specify I(UPN) of the user."
|
- "Username of the user to manage. In most LDAPs it's I(uid) of the user, but in Active Directory you must specify I(UPN) of the user."
|
||||||
group_name:
|
group_name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the group to manage."
|
- "Name of the group to manage."
|
||||||
authz_name:
|
authz_name:
|
||||||
description:
|
description:
|
||||||
- "Authorization provider of the user/group. In previous versions of oVirt/RHV known as domain."
|
- "Authorization provider of the user/group. In previous versions of oVirt/RHV known as domain."
|
||||||
|
|
|
@ -35,7 +35,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the quota to manage."
|
- "Name of the quota to manage."
|
||||||
required: true
|
required: true
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
@ -48,7 +48,7 @@ options:
|
||||||
required: true
|
required: true
|
||||||
description:
|
description:
|
||||||
description:
|
description:
|
||||||
- "Description of the the quota to manage."
|
- "Description of the quota to manage."
|
||||||
cluster_threshold:
|
cluster_threshold:
|
||||||
description:
|
description:
|
||||||
- "Cluster threshold(soft limit) defined in percentage (0-100)."
|
- "Cluster threshold(soft limit) defined in percentage (0-100)."
|
||||||
|
|
|
@ -35,7 +35,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the storage domain to manage."
|
- "Name of the storage domain to manage."
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- "Should the storage domain be present/absent/maintenance/unattached"
|
- "Should the storage domain be present/absent/maintenance/unattached"
|
||||||
|
|
|
@ -36,7 +36,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the tag to manage."
|
- "Name of the tag to manage."
|
||||||
required: true
|
required: true
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
@ -45,7 +45,7 @@ options:
|
||||||
default: present
|
default: present
|
||||||
description:
|
description:
|
||||||
description:
|
description:
|
||||||
- "Description of the the tag to manage."
|
- "Description of the tag to manage."
|
||||||
parent:
|
parent:
|
||||||
description:
|
description:
|
||||||
- "Name of the parent tag."
|
- "Name of the parent tag."
|
||||||
|
|
|
@ -35,7 +35,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the template to manage."
|
- "Name of the template to manage."
|
||||||
required: true
|
required: true
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -35,7 +35,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the user to manage. In most LDAPs it's I(uid) of the user, but in Active Directory you must specify I(UPN) of the user."
|
- "Name of the user to manage. In most LDAPs it's I(uid) of the user, but in Active Directory you must specify I(UPN) of the user."
|
||||||
required: true
|
required: true
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -35,7 +35,7 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the VM pool to manage."
|
- "Name of the VM pool to manage."
|
||||||
required: true
|
required: true
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -36,11 +36,11 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- "Name of the the Virtual Machine to manage. If VM don't exists C(name) is required.
|
- "Name of the Virtual Machine to manage. If VM don't exists C(name) is required.
|
||||||
Otherwise C(id) or C(name) can be used."
|
Otherwise C(id) or C(name) can be used."
|
||||||
id:
|
id:
|
||||||
description:
|
description:
|
||||||
- "ID of the the Virtual Machine to manage."
|
- "ID of the Virtual Machine to manage."
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- "Should the Virtual Machine be running/stopped/present/absent/suspended/next_run."
|
- "Should the Virtual Machine be running/stopped/present/absent/suspended/next_run."
|
||||||
|
|
Loading…
Reference in a new issue