openstack-ansible-os_sahara/tasks
Jesse Pretorius ed6fbb1d84 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: I9a372286efe2105568f9ef2d29be62d0f8070303
2016-07-18 16:25:39 +01:00
..
main.yml Implement Ubuntu 16.04 Xenial support 2016-06-16 08:48:07 -03:00
sahara_db_setup.yml Added Apache license boilerplate 2016-05-12 12:55:46 -03:00
sahara_init_common.yml Implement Ubuntu 16.04 Xenial support 2016-06-16 08:48:07 -03:00
sahara_init_systemd.yml Update tox configuration 2016-07-08 15:43:41 +01:00
sahara_init_upstart.yml Implement Ubuntu 16.04 Xenial support 2016-06-16 08:48:07 -03:00
sahara_init.yml Implement Ubuntu 16.04 Xenial support 2016-06-16 08:48:07 -03:00
sahara_install_apt.yml Address Ansible bare variable usage 2016-06-15 10:54:53 -04:00
sahara_install.yml Optimise pip install tasks 2016-07-18 16:25:39 +01:00
sahara_post_install.yml Only install to virtual environment 2016-07-08 05:54:07 -07:00
sahara_pre_install.yml Only install to virtual environment 2016-07-08 05:54:07 -07:00
sahara_service_setup.yml Added configuration for default ntp and sahara/swift integration 2016-05-25 17:26:43 +00:00