mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
22 lines
453 B
YAML
22 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
|