forked from netscaler/ansible-collection-netscaleradc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lbmonitor.yaml
37 lines (37 loc) · 908 Bytes
/
lbmonitor.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
- name: Sample Playbook
hosts: localhost
gather_facts: false
tasks:
- name: Sample Task | lbmonitor
delegate_to: localhost
netscaler.adc.lbmonitor:
state: present
monitorname: ldns-dns
type: LDNS-DNS
query: .
querytype: Address
deviation: '0'
interval: 6
resptimeout: 3
downtime: 20
- name: Sample Task | lbmonitor | 2
delegate_to: localhost
netscaler.adc.lbmonitor:
state: present
monitorname: stasecure
type: CITRIX-STA-SERVICE
deviation: '0'
interval: 2
units3: MIN
resptimeout: 4
downtime: 5
- name: Sample Task | lbmonitor | 3
delegate_to: localhost
tags: test
netscaler.adc.lbmonitor:
state: present
monitorname: test-monitor1
type: TCP
interval: 15
retries: 20