Hey Heinrich, Which version of ansible are you using? We added a certificate validation parameter that is likely causing that exception, but would like to know which ansible version is in use.
-tim On Feb 1, 2016 11:12 AM, "Heinrich Piard" <[email protected]> wrote: > I managed to use all bigip functionality (adding nodes, pools etc.) via > ansible. However, when I try to create a virtual server it is throwing an > exception and I am not sure how to resolve it. > > > ansible-playbook playbooks/bigip_f5/f5-create-vs.yml > > > > > > > PLAY > *************************************************************************** > > > > > > > > TASK [setup] > ******************************************************************* > > > > ok: [henrysf5ltm] > > > > > > > > TASK [Create Virtual Server CustomerA] > ***************************************** > > > fatal: [henrysf5ltm -> localhost]: FAILED! => {"changed": false, "failed": > true, "msg": "received exception: bigip_api() takes exactly 4 arguments (3 > given)"} > > > > > > PLAY RECAP > ********************************************************************* > > > > henrysf5ltm : ok=1 changed=0 unreachable=0 > failed=1 > > > > Any idea what's causing this? > > -- > 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/029aecbb-3220-48cf-821c-a2bd7baac0b1%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/029aecbb-3220-48cf-821c-a2bd7baac0b1%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAB0Zv8jeTTz69rPDH%2Be3JViJOsg4RJ6ZkbpuwNPkEjyigg%2BVbg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
