mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
e329c9da8c
* Add netscaler_servicegroup * Correct version_added
21 lines
453 B
YAML
21 lines
453 B
YAML
- name: setup monitor
|
|
delegate_to: localhost
|
|
netscaler_lb_monitor:
|
|
nitro_user: "{{nitro_user}}"
|
|
nitro_pass: "{{nitro_pass}}"
|
|
nsip: "{{nsip}}"
|
|
state: "{{ state }}"
|
|
|
|
monitorname: monitor-1
|
|
type: HTTP
|
|
|
|
- name: setup monitor
|
|
delegate_to: localhost
|
|
netscaler_lb_monitor:
|
|
nitro_user: "{{nitro_user}}"
|
|
nitro_pass: "{{nitro_pass}}"
|
|
nsip: "{{nsip}}"
|
|
state: "{{ state }}"
|
|
|
|
monitorname: monitor-2
|
|
type: HTTP
|