Ansible and IBM SoftLayer

I see as of the latest release of ansbile there exists an inventory module for IBM’s SoftLayer. However I do not see any support or mention of a module that can be used with ansible. For now we have some playbooks wrapped around their SoftLayer cli ( sl ). I was wondering if its in the roadmap to support SoftLayer with a module similar to EC2?

A PythonAPI for SoftLayer exists: https://github.com/softlayer/softlayer-python

I will try to take on this undertaking but wanted to see if this was something in the works, as we’d use a module like this with Tower.

I would be interested as well.

thanks

Peter

Is there anything available for testing?

There is not anything that I’m aware of.

I ended up writing command modules around the ‘sl’ CLI interface.