netscaler.adc.authenticationtacacsaction module – Configuration for TACACS action resource.
Note
This module is part of the netscaler.adc collection (version 2.6.0).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install netscaler.adc
.
To use it in a playbook, specify: netscaler.adc.authenticationtacacsaction
.
New in netscaler.adc 2.0.0
Synopsis
Configuration for TACACS action resource.
Parameters
Parameter |
Comments |
---|---|
Whether the TACACS+ server is currently accepting accounting messages. Choices:
|
|
Base NITRO API path. Define only in case of an ADM service proxy call Default: |
|
Name of the custom attribute to be extracted from server and stored at index ‘1’ (where ‘1’ changes for each attribute) |
|
Name of the custom attribute to be extracted from server and stored at index ‘10’ (where ‘10’ changes for each attribute) |
|
Name of the custom attribute to be extracted from server and stored at index ‘11’ (where ‘11’ changes for each attribute) |
|
Name of the custom attribute to be extracted from server and stored at index ‘12’ (where ‘12’ changes for each attribute) |
|
Name of the custom attribute to be extracted from server and stored at index ‘13’ (where ‘13’ changes for each attribute) |
|
Name of the custom attribute to be extracted from server and stored at index ‘14’ (where ‘14’ changes for each attribute) |
|
Name of the custom attribute to be extracted from server and stored at index ‘15’ (where ‘15’ changes for each attribute) |
|
Name of the custom attribute to be extracted from server and stored at index ‘16’ (where ‘16’ changes for each attribute) |
|
Name of the custom attribute to be extracted from server and stored at index ‘2’ (where ‘2’ changes for each attribute) |
|
Name of the custom attribute to be extracted from server and stored at index ‘3’ (where ‘3’ changes for each attribute) |
|
Name of the custom attribute to be extracted from server and stored at index ‘4’ (where ‘4’ changes for each attribute) |
|
Name of the custom attribute to be extracted from server and stored at index ‘5’ (where ‘5’ changes for each attribute) |
|
Name of the custom attribute to be extracted from server and stored at index ‘6’ (where ‘6’ changes for each attribute) |
|
Name of the custom attribute to be extracted from server and stored at index ‘7’ (where ‘7’ changes for each attribute) |
|
Name of the custom attribute to be extracted from server and stored at index ‘8’ (where ‘8’ changes for each attribute) |
|
Name of the custom attribute to be extracted from server and stored at index ‘9’ (where ‘9’ changes for each attribute) |
|
List of attribute names separated by ‘,’ which needs to be fetched from tacacs server. Note that preceeding and trailing spaces will be removed. Attribute name can be 127 bytes and total length of this string should not cross 2047 bytes. These attributes have multi-value support separated by ‘,’ and stored as key-value pair in AAA session |
|
The state of the TACACS+ server that will receive accounting messages. Choices:
|
|
Use streaming authorization on the TACACS+ server. Choices:
|
|
Number of seconds the Citrix ADC waits for a response from the TACACS+ server. |
|
This is the default group that is chosen when the authentication succeeds in addition to extracted groups. |
|
TACACS+ group attribute name. Used for group extraction on the TACACS+ server. |
|
The ID of the managed NetScaler instance to which NetScaler Console has to configure as a proxy server. Define only in case of an ADM service proxy call |
|
The IP of the managed NetScaler instance to which NetScaler Console has to configure as a proxy server. Define only in case of an ADM service proxy call |
|
The name of the managed NetScaler instance to which NetScaler Console has to configure as a proxy server. Define only in case of an ADM service proxy call |
|
The password of the managed NetScaler instance. Define only in case of an ADM service proxy call In Settings > Administration > System Configurations > Basic Settings, if you select Prompt Credentials for Instance Login, ensure to configure username and password of a managed instance. |
|
The username of the managed NetScaler instance. Define only in case of an ADM service proxy call In Settings > Administration > System Configurations > Basic Settings, if you select Prompt Credentials for Instance Login, ensure to configure username and password of a managed instance. |
|
Name for the TACACS+ profile (action). Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at (@), equals (=), colon (:), and underscore characters. Cannot be changed after TACACS profile is created. The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, “my authentication action” or ‘y authentication action’). |
|
The IP address of the NetScaler ADC appliance acting as a proxy server. Define only in case of an ADM service proxy call Choices:
|
|
The authentication token provided by a login operation. |
|
The password with which to authenticate to the NetScaler ADC node. |
|
Which protocol to use when accessing the nitro API objects. Choices:
|
|
The username with which to authenticate to the NetScaler ADC node. |
|
The ip address of the NetScaler ADC appliance where the nitro API calls will be made. The port can be specified with the colon (:). E.g. 192.168.1.1:555. |
|
If The module will not save the configuration on the NetScaler ADC node if it made no changes. Choices:
|
|
IP address assigned to the TACACS+ server. |
|
Port number on which the TACACS+ server listens for connections. |
|
The state of the resource being configured by the module on the NetScaler ADC node. When When When Choices:
|
|
Key shared between the TACACS+ server and the Citrix ADC. Required for allowing the Citrix ADC to communicate with the TACACS+ server. |
|
If Choices:
|
Notes
Note
For more information on using Ansible to manage NetScaler ADC Network devices see https://www.ansible.com/integrations/networks/citrixadc.
Examples
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Indicates if any change is made by the module Returned: always Sample: |
|
Dictionary of before and after changes Returned: always Sample: |
|
List of differences between the actual configured object and the configuration specified in the module Returned: when changed Sample: |
|
Indicates if the module failed or not Returned: always Sample: |
|
list of logged messages by the module Returned: always Sample: |