Lowercase enabled, disabled option values (#27764)

This commit is contained in:
George Nikolopoulos 2017-08-25 20:11:48 +03:00 committed by ansibot
commit 8d14f9d578
21 changed files with 247 additions and 209 deletions

View file

@ -10,5 +10,16 @@
debug: false
roles:
- { role: netscaler_service, when: "limit_to in ['*', 'netscaler_service']" }
- { role: netscaler_cs_action, when: "limit_to in ['*', 'netscaler_cs_action']" }
- { role: netscaler_cs_policy, when: "limit_to in ['*', 'netscaler_cs_policy']" }
- { role: netscaler_cs_vserver, when: "limit_to in ['*', 'netscaler_cs_vserver']" }
- { role: netscaler_server, when: "limit_to in ['*', 'netscaler_server']" }
- { role: netscaler_lb_vserver, when: "limit_to in ['*', 'netscaler_lb_vserver']" }
- { role: netscaler_lb_monitor, when: "limit_to in ['*', 'netscaler_lb_monitor']" }
- { role: netscaler_save_config, when: "limit_to in ['*', 'netscaler_save_config']" }
- { role: netscaler_service, when: "limit_to in ['*', 'netscaler_service']" }
- { role: netscaler_servicegroup, when: "limit_to in ['*', 'netscaler_servicegroup']" }
- { role: netscaler_gslb_service, when: "limit_to in ['*', 'netscaler_gslb_service']" }
- { role: netscaler_gslb_site, when: "limit_to in ['*', 'netscaler_gslb_site']" }
- { role: netscaler_gslb_vserver, when: "limit_to in ['*', 'netscaler_gslb_vserver']" }
- { role: netscaler_ssl_certkey, when: "limit_to in ['*', 'netscaler_ssl_certkey']" }

View file

@ -18,20 +18,20 @@
port: 80
dnsrecordtype: A
range: 2
stateupdate: DISABLED
stateupdate: disabled
cacheable: no
redirecturl: http://newurl.com
clttimeout: 200
precedence: RULE
casesensitive: on
somethod: CONNECTION
sopersistence: ENABLED
sopersistence: enabled
sopersistencetimeout: 50
sothreshold: 200
sobackupaction: DROP
redirectportrewrite: DISABLED
downstateflush: DISABLED
disableprimaryondown: DISABLED
redirectportrewrite: disabled
downstateflush: disabled
disableprimaryondown: disabled
insertvserveripport: VIPADDR
vipheader: someheader
rtspnat: off
@ -40,12 +40,12 @@
listenpolicy: "NONE"
authn401: off
authnvsname: someserver
push: DISABLED
push: disabled
pushvserver: push_lb_vserver
pushlabel: none
pushmulticlients: no
comment: some comment
l2conn: off
appflowlog: ENABLED
appflowlog: enabled
icmpvsrresponse: PASSIVE
rhistate: PASSIVE

View file

@ -18,20 +18,20 @@
port: 80
dnsrecordtype: A
range: 2
stateupdate: DISABLED
stateupdate: disabled
cacheable: no
redirecturl: http://url.com
clttimeout: 200
precedence: RULE
casesensitive: on
somethod: CONNECTION
sopersistence: ENABLED
sopersistence: enabled
sopersistencetimeout: 50
sothreshold: 200
sobackupaction: DROP
redirectportrewrite: DISABLED
downstateflush: DISABLED
disableprimaryondown: DISABLED
redirectportrewrite: disabled
downstateflush: disabled
disableprimaryondown: disabled
insertvserveripport: VIPADDR
vipheader: someheader
rtspnat: off
@ -40,12 +40,12 @@
listenpolicy: "NONE"
authn401: off
authnvsname: someserver
push: DISABLED
push: disabled
pushvserver: push_lb_vserver
pushlabel: none
pushmulticlients: no
comment: some comment
l2conn: off
appflowlog: ENABLED
appflowlog: enabled
icmpvsrresponse: PASSIVE
rhistate: PASSIVE

View file

@ -12,9 +12,9 @@
siteipaddress: 192.168.1.1
sitetype: LOCAL
publicip: 192.168.1.1
metricexchange: ENABLED
nwmetricexchange: ENABLED
sessionexchange: ENABLED
metricexchange: enabled
nwmetricexchange: enabled
sessionexchange: enabled
triggermonitor: ALWAYS

View file

@ -22,17 +22,17 @@
persistmask: 255.255.255.0
v6persistmasklen: 128
timeout: 1000
mir: DISABLED
disableprimaryondown: DISABLED
mir: disabled
disableprimaryondown: disabled
dynamicweight: DISABLED
considereffectivestate: NONE
comment: some comment
somethod: CONNECTION
sopersistence: DISABLED
sopersistence: disabled
sopersistencetimeout: 100
sothreshold: 5000
sobackupaction: DROP
appflowlog: DISABLED
appflowlog: disabled
domain_bindings:
- domainname: example.com

View file

@ -22,17 +22,17 @@
persistmask: 255.255.255.0
v6persistmasklen: 128
timeout: 500
mir: DISABLED
disableprimaryondown: DISABLED
mir: disabled
disableprimaryondown: disabled
dynamicweight: DISABLED
considereffectivestate: NONE
comment: some comment
somethod: CONNECTION
sopersistence: DISABLED
sopersistence: disabled
sopersistencetimeout: 100
sothreshold: 5000
sobackupaction: DROP
appflowlog: DISABLED
appflowlog: disabled
domain_bindings:
- domainname: example.com

View file

@ -22,17 +22,17 @@
persistmask: 255.255.255.0
v6persistmasklen: 128
timeout: 500
mir: DISABLED
disableprimaryondown: DISABLED
mir: disabled
disableprimaryondown: disabled
dynamicweight: DISABLED
considereffectivestate: NONE
comment: some comment
somethod: CONNECTION
sopersistence: DISABLED
sopersistence: disabled
sopersistencetimeout: 100
sothreshold: 5000
sobackupaction: DROP
appflowlog: DISABLED
appflowlog: disabled
domain_bindings:
- domainname: anotherexample.com

View file

@ -22,17 +22,17 @@
persistmask: 255.255.255.0
v6persistmasklen: 128
timeout: 500
mir: DISABLED
disableprimaryondown: DISABLED
mir: disabled
disableprimaryondown: disabled
dynamicweight: DISABLED
considereffectivestate: NONE
comment: some comment
somethod: CONNECTION
sopersistence: DISABLED
sopersistence: disabled
sopersistencetimeout: 100
sothreshold: 5000
sobackupaction: DROP
appflowlog: DISABLED
appflowlog: disabled
domain_bindings:
- domainname: example.com

View file

@ -19,4 +19,4 @@
sipuri: sip:sip.test
sipreguri: sip:sip.register
lrtm: DISABLED
lrtm: disabled

View file

@ -27,30 +27,30 @@
v6persistmasklen: 64
m: IP
tosid: 6
sessionless: DISABLED
sessionless: disabled
redirurl: http://somewhere.com
cacheable: no
clttimeout: 111
somethod: CONNECTION
sopersistence: DISABLED
sopersistence: disabled
sopersistencetimeout: 222
sothreshold: 4096
healththreshold: 55
sobackupaction: DROP
redirectportrewrite: DISABLED
downstateflush: DISABLED
disableprimaryondown: DISABLED
redirectportrewrite: disabled
downstateflush: disabled
disableprimaryondown: disabled
insertvserveripport: VIPADDR
vipheader: vip
authenticationhost: authenticate.me
authentication: off
authn401: off
authnvsname: somename
push: DISABLED
push: disabled
pushmulticlients: no
comment: Vserver comment
l2conn: "OFF"
appflowlog: DISABLED
appflowlog: disabled
icmpvsrresponse: PASSIVE
rhistate: PASSIVE
newservicerequest: 11
@ -58,10 +58,10 @@
newservicerequestincrementinterval: 5
minautoscalemembers: 8
maxautoscalemembers: 10
macmoderetainvlan: DISABLED
dns64: DISABLED
macmoderetainvlan: disabled
dns64: disabled
bypassaaaa: no
processlocal: DISABLED
processlocal: disabled
backuplbmethod: LEASTCONNECTION
hashlength: 100
servicebindings:

View file

@ -27,30 +27,30 @@
v6persistmasklen: 64
m: IP
tosid: 6
sessionless: DISABLED
sessionless: disabled
redirurl: http://somewhere.com
cacheable: no
clttimeout: 222
somethod: CONNECTION
sopersistence: DISABLED
sopersistence: disabled
sopersistencetimeout: 222
sothreshold: 4096
healththreshold: 55
sobackupaction: DROP
redirectportrewrite: DISABLED
downstateflush: DISABLED
disableprimaryondown: DISABLED
redirectportrewrite: disabled
downstateflush: disabled
disableprimaryondown: disabled
insertvserveripport: VIPADDR
vipheader: vip
authenticationhost: authenticate.me
authentication: off
authn401: off
authnvsname: somename
push: DISABLED
push: disabled
pushmulticlients: no
comment: Vserver comment
l2conn: "OFF"
appflowlog: DISABLED
appflowlog: disabled
icmpvsrresponse: PASSIVE
rhistate: PASSIVE
newservicerequest: 11
@ -58,10 +58,10 @@
newservicerequestincrementinterval: 5
minautoscalemembers: 8
maxautoscalemembers: 10
macmoderetainvlan: DISABLED
dns64: DISABLED
macmoderetainvlan: disabled
dns64: disabled
bypassaaaa: no
processlocal: DISABLED
processlocal: disabled
backuplbmethod: LEASTCONNECTION
hashlength: 100
servicebindings:

View file

@ -19,4 +19,4 @@
mysqlcharacterset: 8
mysqlservercapabilities: 244
dbslb: DISABLED
dbslb: disabled

View file

@ -17,14 +17,13 @@
maxclient: 100
maxreq: 100
cacheable: no
cip: ENABLED
cip: enabled
cipheader: cip-header
usip: no
pathmonitor: no
pathmonitorindv: no
useproxyport: no
healthmonitor: no
sc: off
sp: off
rtspsessionidremap: off
clttimeout: 2000
@ -34,9 +33,9 @@
cmp: no
maxbandwidth: 5000
monthreshold: 100
downstateflush: DISABLED
downstateflush: disabled
comment: some comment
appflowlog: ENABLED
appflowlog: enabled
autoscale: POLICY
memberport: 80
graceful: no

View file

@ -17,14 +17,13 @@
maxclient: 100
maxreq: 100
cacheable: no
cip: ENABLED
cip: enabled
cipheader: cip-header
usip: no
pathmonitor: no
pathmonitorindv: no
useproxyport: no
healthmonitor: no
sc: off
sp: off
rtspsessionidremap: off
clttimeout: 1000
@ -34,9 +33,9 @@
cmp: no
maxbandwidth: 5000
monthreshold: 100
downstateflush: DISABLED
downstateflush: disabled
comment: some comment
appflowlog: ENABLED
appflowlog: enabled
autoscale: POLICY
memberport: 80
graceful: no