The current list is here: http://docs.ansible.com/ansible/list_of_cloud_modules.html#openstack
Some new one exist as PRs (see below), some have not yet been created. https://github.com/ansible/ansible-modules-extras/pull/1539 https://github.com/ansible/ansible-modules-extras/pull/1528 https://github.com/ansible/ansible-modules-extras/pull/1520 https://github.com/ansible/ansible-modules-extras/pull/1552 Feel free to contribute any missing modules that you may need. They must use the shade library. -Dave On Monday, February 15, 2016 at 9:43:33 AM UTC-5, Ali SANHAJI wrote: > > 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 > -- 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/9af57c67-05e3-449f-bae2-f05bde809c26%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
