Jesse Pretorius 3a6717a782 Optimise pip install tasks
Unlike the Ansible apt module, the Ansible pip module does not
recognise a with_items list and process all the items at once.

To optimise the pip install tasks, this patch replaces the use
of with_items with a join filter so that the pip install task
does an install with all the packages in a list, ensuring that
the execution is one action instead of many.

Change-Id: I1bd9d6f8e9ccd338e7417fa583d5a218ea499181
2016-07-18 16:09:31 +01:00
2016-07-12 16:53:12 +01:00
2016-06-08 21:08:25 -05:00
2016-07-12 16:53:12 +01:00
2016-07-18 16:09:31 +01:00
2016-06-02 14:39:39 +00:00
2016-05-04 15:18:16 +01:00
2015-10-19 15:08:19 +10:30
2016-01-05 13:28:19 +00:00
2016-05-03 08:54:15 +01:00
2016-01-05 13:28:19 +00:00
2016-07-15 03:57:55 +00:00

Ironic Role for OpenStack-Ansible

This is a role for the deployment of Ironic in an OpenStack-Ansible environment.

Please see the role-ironic spec for more details.

Description
Role Ironic for OpenStack-Ansible
Readme 6.2 MiB
Languages
Jinja 60.8%
Python 26.3%
Shell 12.9%