console

19Modules2Plugins

Overview

Description

Ansible collection modules for NetScaler Console

Readme

NetScaler Console Ansible - netscaler.console

This collection contains the NetScaler Console modules for ansible and appropriate playbooks.

Requirements

  • ansible >= 2.15

Installation

To install in ansible default or defined paths use:

ansible-galaxy collection install netscaler.console

Example Usage

To use a module from a collection, reference the full collection namespace.

---
- name: Login to NetScaler Console
  hosts: netscaler_console

  tasks:
    - name: Login to NetScaler Console
      delegate_to: localhost
      netscaler.console.login:
        netscaler_console_ip: "{{ netscaler_console_ip }}"
        netscaler_console_user: "{{ netscaler_console_user }}"
        netscaler_console_pass: "{{ netscaler_console_pass }}"

Or use the collections playbook parameter to search for unquallified module names

---
- name: Configure NetScaler Console
  hosts: netscaler_console

  tasks:
    - name: Login to NetScaler Console
      delegate_to: localhost
      netscaler_console_login:
        netscaler_console_ip: "{{ netscaler_console_ip }}"
        netscaler_console_user: "{{ netscaler_console_user }}"
        netscaler_console_pass: "{{ netscaler_console_pass }}"

Author Information

Citrix Citrix

Certification

Product
Red Hat Ansible Automation Platform 2.4
Red Hat Ansible Automation Platform 2.5
DocumentationDependencies
No dependencies
There are currently no dependencies for this collection.
View in Automation Hub
Red Hat logoLinkedInYouTubeFacebookTwitter

Platforms

Products & services

Try, buy, sell

Help

About Red Hat Ecosystem Catalog

The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.

We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2025 Red Hat