a10_admin

Synopsis

System admin user configuration

Parameters

Parameters

Choices/Defaults

Comment

state

str/required

[‘noop’, ‘present’, ‘absent’]

State of the object to be created.

ansible_host

str/required

Host for AXAPI authentication

ansible_username

str/required

Username for AXAPI authentication

ansible_password

str/required

Password for AXAPI authentication

ansible_port

int/required

Port for AXAPI authentication

a10_device_context_id

int

[‘1-8’]

Device ID for aVCS configuration

a10_partition

str

Destination/target partition for object/command

user

str/required

System admin user name

password_key

bool

Config admin user password

passwd_string

str

Config admin user password

encrypted

str

Specify an ENCRYPTED password string (System admin user password)

action

str

‘enable’= Enable user; ‘disable’= Disable user;

trusted_host

bool

Set trusted network administrator can login in

trusted_host_cidr

str

Trusted IP Address with network mask

access_list

bool

Specify an ACL to classify a trusted host

trusted_host_acl_id

int

ACL ID

privilege_global

str

‘read’= Set read privilege; ‘write’= Set write privilege; ‘hm’= Set external health monitor script content operations privilege;

privilege_list

list

Field privilege_list

privilege_partition

str

‘partition-enable-disable’= Set per-partition enable/disable privilege; ‘partition-read’= Set per-partition read privilege; ‘partition-write’= Set per- partition write privilege;

partition_name

str

Partition Name

uuid

str

uuid of the object

user_tag

str

Customized tag

aws_accesskey

dict

Field aws_accesskey

nimport

bool

Import an aws-accesskey

use_mgmt_port

bool

Use management port as source port

file_url

str

File URL

delete

bool

Delete an authorized aws accesskey

show

bool

Show authorized aws accesskey

azure_cred

dict

Field azure_cred

nimport

bool

Import an azure-credentials

use_mgmt_port

bool

Use management port as source port

file_url

str

File URL

delete

bool

Delete an authorized Azure credentials

show

bool

Show authorized azure credentials

ssh_pubkey

dict

Field ssh_pubkey

nimport

bool

Import an authorized public key

use_mgmt_port

bool

Use management port as source port

file_url

str

File URL

delete

int

Delete an authorized public key (SSH key index)

list

bool

List all authorized public keys

access

dict

Field access

access_type

str

Field access_type

uuid

str

uuid of the object

password

dict

Field password

password_in_module

str

Config admin user password

encrypted_in_module

str

Specify an ENCRYPTED password string (System admin user password)

uuid

str

uuid of the object

Examples


Return Values

modified_values (changed, dict, )

Values modified (or potential changes if using check_mode) as a result of task operation

axapi_calls (always, list, )

Sequential list of AXAPI calls made by the task

endpoint (, str, [‘/axapi/v3/slb/virtual_server’, ‘/axapi/v3/file/ssl-cert’])

The AXAPI endpoint being accessed.

http_method (, str, [‘POST’, ‘GET’])

HTTP method being used by the primary task to interact with the AXAPI endpoint.

request_body (, complex, )

Params used to query the AXAPI

response_body (, complex, )

Response from the AXAPI

Status

  • This module is not guaranteed to have a backwards compatible interface. [preview]

  • This module is maintained by community.

Authors

  • A10 Networks