netscaler_cs_vserver - Manage content switching vserver

New in version 2.4.

Synopsis

  • Manage content switching vserver
  • This module is intended to run either on the ansible control node or a bastion (jumpserver) with access to the actual netscaler instance

Requirements (on host that executes module)

  • nitro python sdk

Options

parameter required default choices comments
appflowlog
no
  • enabled
  • disabled
Enable logging appflow flow information.
authentication
no
  • yes
  • no
Authenticate users who request a connection to the content switching virtual server.
authenticationhost
no
FQDN of the authentication virtual server. The service type of the virtual server should be either HTTP or SSL.
Minimum length = 3
Maximum length = 252
authn401
no
  • yes
  • no
Enable HTTP 401-response based authentication.
authnprofile
no
Name of the authentication profile to be used when authentication is turned on.
authnvsname
no
Name of authentication virtual server that authenticates the incoming user requests to this content switching virtual server. .
Minimum length = 1
Maximum length = 252
backupip
no
.
Minimum length = 1
backupvserver
no
Name of the backup virtual server that you are configuring. Must begin with an ASCII alphanumeric or underscore _ character, and must contain only ASCII alphanumeric, underscore _, hash #, period ., space , colon :, at sign @, equal sign =, and hyphen - characters. Can be changed after the backup virtual server is created. You can assign a different backup virtual server or rename the existing virtual server.
Minimum length = 1
cacheable
no
  • yes
  • no
Use this option to specify whether a virtual server, used for load balancing or content switching, routes requests to the cache redirection virtual server before sending it to the configured servers.
casesensitive
no
  • yes
  • no
Consider case in URLs (for policies that use URLs instead of RULES). For example, with the on setting, the URLs /a/1.html and /A/1.HTML are treated differently and can have different targets (set by content switching policies). With the off setting, /a/1.html and /A/1.HTML are switched to the same target.
clttimeout
no
Idle time, in seconds, after which the client connection is terminated. The default values are:
Minimum value = 0
Maximum value = 31536000
comment
no
Information about this virtual server.
cookiedomain
no
.
Minimum length = 1
cookietimeout
no
.
Minimum value = 0
Maximum value = 1440
dbprofilename
no
Name of the DB profile.
Minimum length = 1
Maximum length = 127
disabled
no no
  • yes
  • no
When set to yes the cs vserver will be disabled.
When set to no the cs vserver will be enabled.
Note that due to limitations of the underlying NITRO API a disabled state change alone does not cause the module result to report a changed status.
disableprimaryondown
no
  • enabled
  • disabled
Continue forwarding the traffic to backup virtual server even after the primary server comes UP from the DOWN state.
dnsprofilename
no
Name of the DNS profile to be associated with the VServer. DNS profile properties will applied to the transactions processed by a VServer. This parameter is valid only for DNS and DNS-TCP VServers.
Minimum length = 1
Maximum length = 127
domainname
no
Domain name for which to change the time to live (TTL) and/or backup service IP address.
Minimum length = 1
downstateflush
no
  • enabled
  • disabled
Flush all active transactions associated with a virtual server whose state transitions from UP to DOWN. Do not enable this option for applications that must complete their transactions.
httpprofilename
no
Name of the HTTP profile containing HTTP configuration settings for the virtual server. The service type of the virtual server should be either HTTP or SSL.
Minimum length = 1
Maximum length = 127
icmpvsrresponse
no
  • PASSIVE
  • ACTIVE
Can be active or passive.
insertvserveripport
no
  • OFF
  • VIPADDR
  • V6TOV4MAPPING
Insert the virtual server's VIP address and port number in the request header. Available values function as follows:
VIPADDR - Header contains the vserver's IP address and port number without any translation.
OFF - The virtual IP and port header insertion option is disabled.
V6TOV4MAPPING - Header contains the mapped IPv4 address corresponding to the IPv6 address of the vserver and the port number. An IPv6 address can be mapped to a user-specified IPv4 address using the set ns ip6 command.
ipmask
no
IP mask, in dotted decimal notation, for the IP Pattern parameter. Can have leading or trailing non-zero octets (for example, 255.255.240.0 or 0.0.255.255). Accordingly, the mask specifies whether the first n bits or the last n bits of the destination IP address in a client request are to be matched with the corresponding bits in the IP pattern. The former is called a forward mask. The latter is called a reverse mask.
ippattern
no
IP address pattern, in dotted decimal notation, for identifying packets to be accepted by the virtual server. The IP Mask parameter specifies which part of the destination IP address is matched against the pattern. Mutually exclusive with the IP Address parameter.
For example, if the IP pattern assigned to the virtual server is 198.51.100.0 and the IP mask is 255.255.240.0 (a forward mask), the first 20 bits in the destination IP addresses are matched with the first 20 bits in the pattern. The virtual server accepts requests with IP addresses that range from 198.51.96.1 to 198.51.111.254. You can also use a pattern such as 0.0.2.2 and a mask such as 0.0.255.255 (a reverse mask).
If a destination IP address matches more than one IP pattern, the pattern with the longest match is selected, and the associated virtual server processes the request. For example, if the virtual servers, vs1 and vs2, have the same IP pattern, 0.0.100.128, but different IP masks of 0.0.255.255 and 0.0.224.255, a destination IP address of 198.51.100.128 has the longest match with the IP pattern of vs1. If a destination IP address matches two or more virtual servers to the same extent, the request is processed by the virtual server whose port number matches the port number in the request.
ipv46
no
IP address of the content switching virtual server.
Minimum length = 1
l2conn
no
Use L2 Parameters to identify a connection.
listenpolicy
no
String specifying the listen policy for the content switching virtual server. Can be either the name of an existing expression or an in-line expression.
mssqlserverversion
no
  • 70
  • 2000
  • 2000SP1
  • 2005
  • 2008
  • 2008R2
  • 2012
  • 2014
The version of the MSSQL server.
mysqlcharacterset
no
The character set returned by the mysql vserver.
mysqlprotocolversion
no
The protocol version returned by the mysql vserver.
mysqlservercapabilities
no
The server capabilities returned by the mysql vserver.
mysqlserverversion
no
The server version string returned by the mysql vserver.
Minimum length = 1
Maximum length = 31
name
no
Name for the content switching virtual server. Must begin with an ASCII alphanumeric or underscore _ character, and must contain only ASCII alphanumeric, underscore _, hash #, period ., space, colon :, at sign @, equal sign =, and hyphen - characters.
Cannot be changed after the CS virtual server is created.
Minimum length = 1
netprofile
no
The name of the network profile.
Minimum length = 1
Maximum length = 127
nitro_pass
yes
The password with which to authenticate to the netscaler node.
nitro_protocol
no http
  • http
  • https
Which protocol to use when accessing the nitro API objects.
nitro_timeout
no 310
Time in seconds until a timeout error is thrown when establishing a new session with Netscaler
nitro_user
yes
The username with which to authenticate to the netscaler node.
nsip
yes
The ip address of the netscaler appliance where the nitro API calls will be made.
The port can be specified with the colon (:). E.g. 192.168.1.1:555.
oracleserverversion
no
  • 10G
  • 11G
Oracle server version.
port
no
Port number for content switching virtual server.
Minimum value = 1
Range 1 - 65535
* in CLI is represented as 65535 in NITRO API
precedence
no
  • RULE
  • URL
Type of precedence to use for both RULE-based and URL-based policies on the content switching virtual server. With the default RULE setting, incoming requests are evaluated against the rule-based content switching policies. If none of the rules match, the URL in the request is evaluated against the URL-based content switching policies.
push
no
  • enabled
  • disabled
Process traffic with the push virtual server that is bound to this content switching virtual server (specified by the Push VServer parameter). The service type of the push virtual server should be either HTTP or SSL.
pushlabel
no
Expression for extracting the label from the response received from server. This string can be either an existing rule name or an inline expression. The service type of the virtual server should be either HTTP or SSL.
pushmulticlients
no
  • yes
  • no
Allow multiple Web 2.0 connections from the same client to connect to the virtual server and expect updates.
pushvserver
no
Name of the load balancing virtual server, of type PUSH or SSL_PUSH, to which the server pushes updates received on the client-facing load balancing virtual server.
Minimum length = 1
range
no
Number of consecutive IP addresses, starting with the address specified by the IP Address parameter, to include in a range of addresses assigned to this virtual server.
Minimum value = 1
Maximum value = 254
redirectportrewrite
no
  • enabled
  • disabled
State of port rewrite while performing HTTP redirect.
redirecturl
no
URL to which traffic is redirected if the virtual server becomes unavailable. The service type of the virtual server should be either HTTP or SSL.
Caution: Make sure that the domain in the URL does not match the domain specified for a content switching policy. If it does, requests are continuously redirected to the unavailable virtual server.
Minimum length = 1
rhistate
no
  • PASSIVE
  • ACTIVE
A host route is injected according to the setting on the virtual servers
* If set to PASSIVE on all the virtual servers that share the IP address, the appliance always injects the hostroute.
* If set to ACTIVE on all the virtual servers that share the IP address, the appliance injects even if one virtual server is UP.
* If set to ACTIVE on some virtual servers and PASSIVE on the others, the appliance, injects even if one virtual server set to ACTIVE is UP.
rtspnat
no
  • yes
  • no
Enable network address translation (NAT) for real-time streaming protocol (RTSP) connections.
save_config
no True
  • yes
  • no
If true the module will save the configuration on the netscaler node if it makes any changes.
The module will not save the configuration on the netscaler node if it made no changes.
servicetype
no
  • HTTP
  • SSL
  • TCP
  • FTP
  • RTSP
  • SSL_TCP
  • UDP
  • DNS
  • SIP_UDP
  • SIP_TCP
  • SIP_SSL
  • ANY
  • RADIUS
  • RDP
  • MYSQL
  • MSSQL
  • DIAMETER
  • SSL_DIAMETER
  • DNS_TCP
  • ORACLE
  • SMPP
Protocol used by the virtual server.
sitedomainttl
no
.
Minimum value = 1
sobackupaction
no
  • DROP
  • ACCEPT
  • REDIRECT
Action to be performed if spillover is to take effect, but no backup chain to spillover is usable or exists.
somethod
no
  • CONNECTION
  • DYNAMICCONNECTION
  • BANDWIDTH
  • HEALTH
  • NONE
Type of spillover used to divert traffic to the backup virtual server when the primary virtual server reaches the spillover threshold. Connection spillover is based on the number of connections. Bandwidth spillover is based on the total Kbps of incoming and outgoing traffic.
sopersistence
no
  • enabled
  • disabled
Maintain source-IP based persistence on primary and backup virtual servers.
sopersistencetimeout
no
Time-out value, in minutes, for spillover persistence.
Minimum value = 2
Maximum value = 1440
sothreshold
no
Depending on the spillover method, the maximum number of connections or the maximum total bandwidth (Kbps) that a virtual server can handle before spillover occurs.
Minimum value = 1
Maximum value = 4294967287
state
no present
  • present
  • absent
The state of the resource being configured by the module on the netscaler node.
When present the resource will be created if needed and configured according to the module's parameters.
When absent the resource will be deleted from the netscaler node.
stateupdate
no
  • enabled
  • disabled
Enable state updates for a specific content switching virtual server. By default, the Content Switching virtual server is always UP, regardless of the state of the Load Balancing virtual servers bound to it. This parameter interacts with the global setting as follows:
Global Level | Vserver Level | Result
enabled enabled enabled
enabled disabled enabled
disabled enabled enabled
disabled disabled disabled
If you want to enable state updates for only some content switching virtual servers, be sure to disable the state update parameter.
targettype
no
  • GSLB
Virtual server target type.
tcpprofilename
no
Name of the TCP profile containing TCP configuration settings for the virtual server.
Minimum length = 1
Maximum length = 127
td
no
Integer value that uniquely identifies the traffic domain in which you want to configure the entity. If you do not specify an ID, the entity becomes part of the default traffic domain, which has an ID of 0.
Minimum value = 0
Maximum value = 4094
ttl
no
.
Minimum value = 1
validate_certs
no yes
If no, SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.
vipheader
no
Name of virtual server IP and port header, for use with the VServer IP Port Insertion parameter.
Minimum length = 1

Examples

# policy_1 must have been already created with the netscaler_cs_policy module
# lbvserver_1 must have been already created with the netscaler_lb_vserver module

- name: Setup content switching vserver
  delegate_to: localhost
  netscaler_cs_vserver:
    nsip: 172.18.0.2
    nitro_user: nsroot
    nitro_pass: nsroot

    state: present

    name: cs_vserver_1
    ipv46: 192.168.1.1
    port: 80
    servicetype: HTTP

    policybindings:
      - policyname: policy_1
        targetlbvserver: lbvserver_1

Return Values

Common return values are documented here Return Values, the following are the fields unique to this module:

name description returned type sample
diff
List of differences between the actual configured object and the configuration specified in the module
failure dict {'clttimeout': 'difference. ours: (float) 100.0 other: (float) 60.0'}
loglines
list of logged messages by the module
always list ['message 1', 'message 2']
msg
Message detailing the failure reason
failure str Action does not exist

Status

This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.

For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.

© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.4/netscaler_cs_vserver_module.html