Hello,
I searched the available cloud modules for deploying OpenStack with Ansible, and I can’t find the module which can provide the same actions as the python-openstackclient. I know there is a module os_user to manage users and os_project to manage projects, but I can’t find the other commands provided by python-openstackclient.
For example, Iif I want to create the service entity for the Identity service I would use:
openstack service create --name keystone --description "OpenStack Identity" identity
How can I achieve the same result using an ansible playbook and how to add the endpoints for this service? Thanks.
Ali