I opened a new issue at https://github.com/ansible/ansible-modules-extras/issues/276 in the correct repository.
I took a look at ansible-module-extra\network\f5\bigip_node.py seems like it would make sense to add a couple functions called get/set_node_state. They could be invoked from the else statement that updates the attributes. I haven't tested this yet but https://devcentral.f5.com/questions/bigsuds-how-to-enable-disable-certain-pool-members looks like it has the necessary code snippet to do this. On Sunday, February 22, 2015 at 3:37:54 AM UTC-6, Serge van Ginderachter wrote: > > > On 21 February 2015 at 20:42, Greg Andrews <[email protected] <javascript:> > > wrote: > >> Unfortunately, company policy won't let me share an example. I wanted to >> indicate the general idea that we set up keys for ssh access to our F5 >> devices and use the Ansible shell module to run "tmsh" commands in them. >> It's not as nice as a full module, but it seemed easier than the other API >> options available to us. >> > > > Ah, ok, I thought you intended to provide an example. No problem. > > Did you manage to make those ` command: tmsh` somehow idempotent? > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/7c4dce9a-95fa-402d-bc52-5c1cb859f453%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
