Skip to content

Commit

Permalink
gslbservice task changes
Browse files Browse the repository at this point in the history
Signed-off-by: Shiva Shankar Vaddepally <[email protected]>
  • Loading branch information
shivashankar-vaddepally committed Jan 16, 2025
1 parent 4cf9fa1 commit 57f2776
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion examples/gslbservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,33 @@
hosts: demo_netscalers
gather_facts: false
tasks:
- name: Configure gslbsite
delegate_to: localhost
netscaler.adc.gslbsite:
state: present

Check warning on line 9 in examples/gslbservice.yaml

View workflow job for this annotation

GitHub Actions / ansible-lint

jinja[spacing]

Jinja2 spacing could be improved: {{nitro_pass}} -> {{ nitro_pass }}

Check warning on line 9 in examples/gslbservice.yaml

View workflow job for this annotation

GitHub Actions / ansible-lint

jinja[spacing]

Jinja2 spacing could be improved: {{nitro_user}} -> {{ nitro_user }}

Check warning on line 9 in examples/gslbservice.yaml

View workflow job for this annotation

GitHub Actions / ansible-lint

jinja[spacing]

Jinja2 spacing could be improved: {{nsip}} -> {{ nsip }}
nsip: "{{nsip}}"
nitro_user: "{{nitro_user}}"
nitro_pass: "{{nitro_pass}}"
validate_certs: no

Check failure on line 13 in examples/gslbservice.yaml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[truthy]

Truthy value should be one of [false, true]
sitename: GSLB_Site_USE2
siteipaddress: 10.76.126.88
publicip: 10.76.126.5
triggermonitor: MEPDOWN_SVCDOWN
sitepassword: 1234

- name: Configure gslbservice
delegate_to: localhost
netscaler.adc.gslbservice:
state: present

Check warning on line 23 in examples/gslbservice.yaml

View workflow job for this annotation

GitHub Actions / ansible-lint

jinja[spacing]

Jinja2 spacing could be improved: {{nitro_pass}} -> {{ nitro_pass }}

Check warning on line 23 in examples/gslbservice.yaml

View workflow job for this annotation

GitHub Actions / ansible-lint

jinja[spacing]

Jinja2 spacing could be improved: {{nitro_user}} -> {{ nitro_user }}

Check warning on line 23 in examples/gslbservice.yaml

View workflow job for this annotation

GitHub Actions / ansible-lint

jinja[spacing]

Jinja2 spacing could be improved: {{nsip}} -> {{ nsip }}
nsip: "{{nsip}}"
nitro_user: "{{nitro_user}}"
nitro_pass: "{{nitro_pass}}"
validate_certs: no

Check failure on line 27 in examples/gslbservice.yaml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[truthy]

Truthy value should be one of [false, true]
servicename: GSLB_SVC_USE2_storefront.citrix.com
ip: 10.76.126.10
servicetype: SSL
port: 443
publicip: 10.76.126.10
publicip: 10.76.126.5
publicport: 443
maxclient: '0'
sitename: GSLB_Site_USE2
Expand Down

0 comments on commit 57f2776

Please sign in to comment.