netscaler - Manages Citrix NetScaler entities

Author:Nandor Sivok

Synopsis

New in version 1.1.

Manages Citrix NetScaler server and service entities.

Options

parameter required default choices comments
action no disable
  • enable
  • disable
the action you want to perform on the entity
name yes hostname
    name of the entity
    nsc_host yes
      hostname or ip of your netscaler
      nsc_protocol no https
        protocol used to access netscaler
        password yes
          password
          type no server
          • server
          • service
          type of the entity
          user yes
            username
            validate_certs no yes
            • yes
            • no
            If no, SSL certificates for the target url will not be validated. This should only be used on personally controlled sites using self-signed certificates.

            Note

            Requires urllib

            Note

            Requires urllib2

            Examples


            # Disable the server
            ansible host -m netscaler -a "nsc_host=nsc.example.com user=apiuser password=apipass"
            
            # Enable the server
            ansible host -m netscaler -a "nsc_host=nsc.example.com user=apiuser password=apipass action=enable"
            
            # Disable the service local:8080
            ansible host -m netscaler -a "nsc_host=nsc.example.com user=apiuser password=apipass name=local:8080 type=service action=disable"

            Table Of Contents

            Previous topic

            lldp - get details reported by lldp

            Next topic

            openvswitch_bridge - Manage Open vSwitch bridges