F5Networks / f5-ansible

Imperative Ansible modules for F5 BIG-IP products
GNU General Public License v3.0
376 stars 229 forks source link

bigip_ppol_member priority-group settings #106

Closed sfriz closed 7 years ago

sfriz commented 7 years ago
ISSUE TYPE
PYTHON VERSION
Python 2.7.5
BIGIP VERSION
Sys::Version
Main Package
  Product     BIG-IP
  Version     11.6.0
  Build       5.0.429
  Edition     Hotfix HF5
  Date        Thu Jun 18 17:57:52 PDT 2015
CONFIGURATION
OS / ENVIRONMENT
SUMMARY

We are trying to use ansible to automate changing Priority Group settings of pool members. bigip_pool and bigip_pool_member don't currently have the ability to modify or set Priority Group. This is something we are trying to implement as part of a blue/green strategy. Our current versions of Ansible and BIG-IP prevent us from taking advantage of the bigip_command module. Still investigating use of the 'raw' module to execute the F5 cli commands.

STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
caphrim007 commented 7 years ago

@sfriz this should be complete thanks to @ossark and their commit here https://github.com/ansible/ansible/pull/23128

I have backported that commit into this repository here. The option is priority_group as you would see it in tmui and tmsh