mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-02 06:19:10 -07:00
Tidy up validate-modules ignores for modules: cloud/centurylink (rebased) (#1365)
* fixed validation-modules for plugins/modules/cloud/centurylink/clc_aa_policy.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_alert_policy.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_firewall_policy.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_blueprint_package.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_group.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_loadbalancer.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_modify_server.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_publicip.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_server.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_server_snapshot.py * Tidy up validate-modules ignores for cloud/centurylink modules * Update plugins/modules/cloud/centurylink/clc_firewall_policy.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
88c6e6ac61
commit
5a567b80c6
13 changed files with 98 additions and 92 deletions
|
@ -17,42 +17,52 @@ options:
|
|||
name:
|
||||
description:
|
||||
- The name of the loadbalancer
|
||||
type: str
|
||||
required: True
|
||||
description:
|
||||
description:
|
||||
- A description for the loadbalancer
|
||||
type: str
|
||||
alias:
|
||||
description:
|
||||
- The alias of your CLC Account
|
||||
type: str
|
||||
required: True
|
||||
location:
|
||||
description:
|
||||
- The location of the datacenter where the load balancer resides in
|
||||
type: str
|
||||
required: True
|
||||
method:
|
||||
description:
|
||||
-The balancing method for the load balancer pool
|
||||
type: str
|
||||
choices: ['leastConnection', 'roundRobin']
|
||||
persistence:
|
||||
description:
|
||||
- The persistence method for the load balancer
|
||||
type: str
|
||||
choices: ['standard', 'sticky']
|
||||
port:
|
||||
description:
|
||||
- Port to configure on the public-facing side of the load balancer pool
|
||||
type: str
|
||||
choices: [80, 443]
|
||||
nodes:
|
||||
description:
|
||||
- A list of nodes that needs to be added to the load balancer pool
|
||||
type: list
|
||||
default: []
|
||||
status:
|
||||
description:
|
||||
- The status of the loadbalancer
|
||||
type: str
|
||||
default: enabled
|
||||
choices: ['enabled', 'disabled']
|
||||
state:
|
||||
description:
|
||||
- Whether to create or delete the load balancer pool
|
||||
type: str
|
||||
default: present
|
||||
choices: ['present', 'absent', 'port_absent', 'nodes_present', 'nodes_absent']
|
||||
requirements:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue