netscaler.adc.feoaction module – Configuration for Front end optimization 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.feoaction
.
New in netscaler.adc 2.0.0
Synopsis
Configuration for Front end optimization action resource.
Parameters
Parameter |
Comments |
---|---|
Base NITRO API path. Define only in case of an ADM service proxy call Default: |
|
Maxage for cache extension. |
|
Send AppFlow records about the web pages optimized by this action. The records provide FEO statistics, such as the number of HTTP requests that have been reduced for this page. You must enable the Appflow feature before enabling this parameter. |
|
Convert CSS import statements to HTML link tags. |
|
Combine one or more CSS files into one file. |
|
Inline small images (less than 2KB) referred within CSS files as background-URLs |
|
Inline CSS files, whose size is less than 2KB, within the main page. |
|
Remove comments and whitespaces from CSSs. |
|
Move any CSS file present within the body tag of an HTML page to the head tag. |
|
Set of domain names that replaces the parent domain. |
|
Domain name of the server |
|
Remove comments and whitespaces from an HTML page. |
|
Convert GIF image formats to PNG formats. |
|
Inline images whose size is less than 2KB. |
|
Download images, only when the user scrolls the page to view them. |
|
Shrink image dimensions as per the height and width attributes specified in the <img> tag. |
|
Convert JPEG, GIF, PNG image formats to JXR format. |
|
Convert JPEG, GIF, PNG image formats to WEBP format. |
|
Remove non-image data such as comments from JPEG images. |
|
Convert linked JavaScript files (less than 2KB) to inline JavaScript files. |
|
Remove comments and whitespaces from JavaScript. |
|
Move any JavaScript present in the body tag to the end of the body tag. |
|
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. |
|
The name of the front end optimization 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. |
|
Extend the time period during which the browser can use the cached resource. |
|
If The module will not save the configuration on the NetScaler ADC node if it made no changes. Choices:
|
|
The state of the resource being configured by the module on the NetScaler ADC node. When When When Choices:
|
|
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: |