mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
781fd7099a
- Move legacy tests into a separate directory. - Reduce common dependencies between targets.
48 lines
969 B
YAML
48 lines
969 B
YAML
---
|
|
|
|
- name: Setup servicegroup
|
|
delegate_to: localhost
|
|
register: result
|
|
check_mode: "{{ check_mode }}"
|
|
netscaler_servicegroup:
|
|
|
|
nitro_user: "{{nitro_user}}"
|
|
nitro_pass: "{{nitro_pass}}"
|
|
nsip: "{{nsip}}"
|
|
state: present
|
|
|
|
servicegroupname: service-group-1
|
|
servicetype: HTTP
|
|
cachetype: TRANSPARENT
|
|
maxclient: 100
|
|
maxreq: 100
|
|
cacheable: no
|
|
cip: enabled
|
|
cipheader: cip-header
|
|
usip: no
|
|
pathmonitor: no
|
|
pathmonitorindv: no
|
|
useproxyport: no
|
|
healthmonitor: no
|
|
sp: off
|
|
rtspsessionidremap: off
|
|
clttimeout: 1000
|
|
svrtimeout: 1000
|
|
cka: yes
|
|
tcpb: yes
|
|
cmp: no
|
|
maxbandwidth: 5000
|
|
monthreshold: 100
|
|
downstateflush: disabled
|
|
comment: some comment
|
|
appflowlog: enabled
|
|
autoscale: POLICY
|
|
memberport: 80
|
|
graceful: no
|
|
servicemembers:
|
|
- ip: 10.78.78.78
|
|
port: 80
|
|
weight: 50
|
|
- ip: 10.79.79.79
|
|
port: 80
|
|
weight: 50
|