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.
19Modules2Plugins
Ansible collection modules for NetScaler Console
This collection contains the NetScaler Console modules for ansible and appropriate playbooks.
To install in ansible default or defined paths use:
ansible-galaxy collection install netscaler.console
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 }}"
Citrix Citrix
Product |
---|
Red Hat Ansible Automation Platform 2.4 |
Red Hat Ansible Automation Platform 2.5 |