You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+115-2Lines changed: 115 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,9 +132,122 @@ Refer to the [NetScaler ADM as an API proxy server](https://docs.netscaler.com/e
132
132
Refer to the [sample_playboook](https://github.com/netscaler/ansible-collection-netscaleradc/tree/main/examples) and [playbook_anatomy.md](https://github.com/netscaler/ansible-collection-netscaleradc/blob/main/playbook_anatomy.md).
133
133
134
134
135
-
### SSH_connections
135
+
### SSH Connection Plugin
136
136
137
-
Refer to [SSH_connections examples](https://github.com/netscaler/ansible-collection-netscaleradc/tree/main/examples/ssh_connections) to know how `ansible.builtins.` plugins can be used to configure the NetScaler ADC.
137
+
The collection provides an SSH connection plugin (`netscaler.adc.ssh_netscaler_adc`) that enables direct SSH connectivity to NetScaler ADC devices for executing shell commands and CLI operations.
138
+
139
+
#### Prerequisites
140
+
141
+
- SSH key-based authentication must be configured
142
+
- SSH access to the NetScaler ADC device
143
+
- Private SSH key file available on the control machine
144
+
145
+
#### Inventory Configuration
146
+
147
+
Configure your inventory file with the required SSH parameters:
For more complete examples and use cases, refer to the [SSH connections examples](https://github.com/netscaler/ansible-collection-netscaleradc/tree/main/examples/ssh_connections) directory.
0 commit comments