Skip to content

Commit

Permalink
Merge pull request #31 from citrix/fix_servicebinding_state
Browse files Browse the repository at this point in the history
Add state option for servicebindings in netscaler_servicegroup
  • Loading branch information
George Nikolopoulos authored Dec 28, 2017
2 parents 425fd5a + cca4d48 commit 7c72fc2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible-modules/netscaler_servicegroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,12 @@
- Server port number.
- Range C(1) - C(65535)
- "* in CLI is represented as 65535 in NITRO API"
state:
choices:
- 'enabled'
- 'disabled'
description:
- Initial state of the service after binding.
hashid:
description:
- The hash identifier for the service.
Expand Down Expand Up @@ -427,6 +433,7 @@ def get_configured_service_members(client, module):
'servicegroupname',
'ip',
'port',
'state',
'hashid',
'serverid',
'servername',
Expand Down

0 comments on commit 7c72fc2

Please sign in to comment.