oldmanhere
oldmanhere
@masatake I don't have any idea how to accomplish that in the github UI. Sorry.
see my comment about this PR https://github.com/F5Networks/f5-ansible/issues/2419#issuecomment-2278429816 and trouble with #2355
I have done my own patch yesterday and test it with success on virtual servers with and without the option. Idempotent work correctly. I have created the pull request #2420...
Hi @pgouband, I'm not sure i want to go that way. I don't need to be a regular contributor. This 7 lines' fix is easy to understand. This give one...
Just for your information, the code from #2355 does not exist in my modified version tested. In the current PR #2420, this old patch is present. If i use the...
Not sure it will solve this issue. I think i already have the same trouble. When you add a APM profile, the GUI add automatically /common/rba and /Common/websso in the...
You can try this: Convert on the fly your list of profiles, from this form { "context": "all", "name": "/Common/rba" }, to this form { "partition": "Common", "name": "rba", "context":...
Sorry, but AS3 is not a option. For my knowledge, could you share a AS3 playbook ? A sample playbook could be (mine is too big): ```yaml --- - name:...
@pgouband it's difficult to imagine a stateless VS creation AS3 playbook with your samples. The syntax is really difficult. Can you create it here please ? Use the same sample...