openstack-ansible-os_zaqar/tasks
Jesse Pretorius 6dedbe271c 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: Idfb5059b60b2edb61113fecc9ad33f90a2ab9e65
2016-07-18 16:32:31 +01:00
..
install-apt.yml Address Ansible bare variable usage 2016-06-15 13:11:24 -04:00
main.yml Consistency for multi-os in the includes 2016-06-02 14:21:23 +01:00
zaqar_apache.yml Removing unneeded with_items usage 2016-03-29 10:55:31 -04:00
zaqar_install.yml Optimise pip install tasks 2016-07-18 16:32:31 +01:00
zaqar_nginx.yml Adding role convergence test 2016-04-11 12:09:35 -04:00
zaqar_post_install.yml Only install to virtual environment 2016-07-08 02:10:49 -07:00
zaqar_pre_install.yml Only install to virtual environment 2016-07-08 02:10:49 -07:00
zaqar_service_setup.yml Remove dependency on the Keystone admin auth token 2016-03-17 16:03:26 -07:00
zaqar_upstart_init.yml Initial commit for zaqar ansible role 2016-03-11 15:08:53 +13:00