You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/roles/netscaler_gslb_vserver/tests/nitro/http/setup.yaml

47 lines
1013 B
YAML

---
- name: Setup gslb vserver
delegate_to: localhost
register: result
check_mode: "{{ check_mode }}"
netscaler_gslb_vserver:
nitro_user: "{{nitro_user}}"
nitro_pass: "{{nitro_pass}}"
nsip: "{{nsip}}"
name: gslb-vserver-1
servicetype: HTTP
dnsrecordtype: A
lbmethod: ROUNDROBIN
backuplbmethod: RTT
tolerance: 50
persistencetype: NONE
persistenceid: 500
persistmask: 255.255.255.0
v6persistmasklen: 128
timeout: 1000
mir: disabled
disableprimaryondown: disabled
dynamicweight: DISABLED
considereffectivestate: NONE
comment: some comment
somethod: CONNECTION
sopersistence: disabled
sopersistencetimeout: 100
sothreshold: 5000
sobackupaction: DROP
appflowlog: disabled
domain_bindings:
- domainname: example.com
cookietimeout: 100
backupip: 10.10.10.10
ttl: 100
sitedomainttl: 200
service_bindings:
- weight: 100
servicename: gslb-service-1