Hi,
I am trying the ansible rax module (as ad-hoc command) to create the server on rackspace along with adding it into the rackconnect LBpool. I think the LB pool detail has to show as metadata. I am trying the key “meta” for this. But some how the pattern is not working for me. Please help. I tried like below:-
ansible localhost -m rax -a “name=ansible-test flavor=5 image=XXXX-XXXX-XXXXXXX-XXXX meta=RackConnectLBPool: POOL-PROD wait=yes” -c local
Regards,
Aru