Skip to content

Commit

Permalink
lbvserver_servicegroup_binding example added
Browse files Browse the repository at this point in the history
Signed-off-by: Sumanth Lingappa <[email protected]>
  • Loading branch information
sumanth-lingappa committed Feb 5, 2024
1 parent 3394604 commit 571ff17
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions plugins/modules/lbvserver_servicegroup_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,22 @@
"""

EXAMPLES = r"""
- name: Create a lb
delegate_to: localhost
netscaler.adc.lbvserver:
name: test_lb
servicetype: SSL
- name: Create a servicegroup
delegate_to: localhost
netscaler.adc.servicegroup:
servicegroupname: test_sg
servicetype: SSL
- name: Create a servicegroup
delegate_to: localhost
netscaler.adc.lbvserver_servicegroup_binding:
weight: 1
name: test_lb
servicename: test_sg
"""

RETURN = r"""
Expand Down

0 comments on commit 571ff17

Please sign in to comment.