Ken Maglio
Ken Maglio
I tried with simply the out of box YAML integration. Then also installed the MSFT ansible module and it did not make a difference. The file type did stay YAML...
@warroyo @robertmircea As of right now, this package does support Partitions. However, if the Create method does not support it - you have to use the Add and construct the...
This should now be completed based on pull request https://github.com/scottdware/go-bigip/pull/71
@lampwins What are you asking for here exactly on the LTM virtual servers? The reason is that there is an AddVirtualServer method which can take an entire object ( which...
@Menta2L Yes! You would have to add the iRules using the AddVirtualServer method and build the structure yourself. So ``` // Adds VirtualServer with iRules config := &bigip.VirtualServer{ Name: "someVSname",...