Skip to content

Commit b86c32a

Browse files
author
Shiva Shankar Vaddepally
committed
dummy commit
1 parent 81424b9 commit b86c32a

164 files changed

Lines changed: 2218 additions & 628 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/aaagroup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
delegate_to: localhost
88
netscaler.adc.aaagroup:
99
state: present
10-
groupname: External
10+
groupname: clt_scrgrp1

examples/aaagroup_vpnsessionpolicy_binding.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
delegate_to: localhost
88
netscaler.adc.aaagroup_vpnsessionpolicy_binding:
99
state: present
10-
groupname: External
11-
policy: External_receiver_session_pol
12-
priority: '110'
13-
gotopriorityexpression: NEXT
10+
groupname: group1
11+
policy: vpn_sespol2
12+
priority: '15'

examples/aaaldapparams.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
delegate_to: localhost
88
netscaler.adc.aaaldapparams:
99
state: present
10-
sectype: PLAINTEXT
10+
serverip: 10.102.39.101

examples/aaaparameter.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@
77
delegate_to: localhost
88
netscaler.adc.aaaparameter:
99
state: present
10-
maxaaausers: '4294967295'
11-
aaasessionloglevel: DEBUG
12-
aaadloglevel: ALERT
10+
maxaaausers: '5'

examples/analyticsprofile.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
delegate_to: localhost
88
netscaler.adc.analyticsprofile:
99
state: present
10-
name: telemetry_metrics_profile
10+
name: splunk_mgmtlog_prof
11+
collectors: splunk_http_8088
1112
type: timeseries
12-
outputmode: prometheus
13-
metrics: ENABLED
14-
servemode: Pull
15-
schemafile: ./telemetry_collect_ns_metrics_schema.json
16-
metricsexportfrequency: '300'
13+
analyticsendpointmetadata: '{"source":"netscaler","sourcetype":"mgmtlog","index":"ns-mgmt-logs"}'
14+
analyticsauthtoken: REQ_PASSWORD
15+
analyticsendpointurl: /services/collector/event
16+
analyticsendpointcontenttype: application/json

examples/appflowaction.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
delegate_to: localhost
88
netscaler.adc.appflowaction:
99
state: present
10-
name: af_action_log_10.189.64.10_nop
10+
name: af_action_v1_10.102.233.21
1111
collectors:
12-
- af_collector_logstream_10.189.64.10
12+
- af_collector_10.102.233.21
13+
clientsidemeasurements: ENABLED

examples/appflowcollector.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@
77
delegate_to: localhost
88
netscaler.adc.appflowcollector:
99
state: present
10-
name: af_collector_logstream_10.189.64.10
11-
ipaddress: 10.189.64.10
12-
port: 5557
13-
transport: logstream
10+
name: af_collector_10.102.233.21
11+
ipaddress: 10.102.233.21

examples/appflowparam.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@
99
state: present
1010
templaterefresh: 3600
1111
httpurl: ENABLED
12+
httpcookie: ENABLED
13+
httpreferer: ENABLED
1214
httpmethod: ENABLED
1315
httphost: ENABLED
1416
httpuseragent: ENABLED
1517
httpcontenttype: ENABLED
16-
cacheinsight: ENABLED
17-
httpquerywithurl: ENABLED
18-
metrics: ENABLED
19-
events: ENABLED
20-
observationpointid: '843103498'

examples/appflowpolicy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
delegate_to: localhost
88
netscaler.adc.appflowpolicy:
99
state: present
10-
name: af_policy_act_log_10.189.64.10
10+
name: af_policy_v1_10.102.233.21
1111
rule: 'true'
12-
action: af_action_log_10.189.64.10_nop
12+
action: af_action_v1_10.102.233.21

examples/appfwhtmlerrorpage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
netscaler.adc.appfwhtmlerrorpage:
99
state: present
1010
src: http://10.217.30.16/testsite/Signatures/44_38_1_36/credit_card.html
11-
name: Html_Error_2
11+
name: Html_ Error_2

0 commit comments

Comments
 (0)