mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Updated the Infoblox member module (#53747)
* Update api.py * Update nios_member.py * Update nios_member.py * Update api.py * Update api.py * Update nios_member.py
This commit is contained in:
parent
4573f349ea
commit
c5e5fef67e
2 changed files with 20 additions and 2 deletions
|
@ -283,6 +283,11 @@ options:
|
|||
licenses:
|
||||
description:
|
||||
- An array of license types.
|
||||
create_token:
|
||||
description:
|
||||
- Flag for initiating a create token request for pre-provisioned members.
|
||||
type: bool
|
||||
default: False
|
||||
state:
|
||||
description:
|
||||
- Configures the intended state of the instance of the object on
|
||||
|
@ -464,6 +469,7 @@ def main():
|
|||
syslog_servers=dict(type='list', elements='dict', options=syslog_spec),
|
||||
pre_provisioning=dict(type='dict', elements='dict', options=pre_prov_spec),
|
||||
extattrs=dict(type='dict'),
|
||||
create_token=dict(type='bool', default=False),
|
||||
)
|
||||
|
||||
argument_spec = dict(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue