mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00: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:
committed by
Sumit Jaiswal
parent
4573f349ea
commit
c5e5fef67e
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user