openstack-ansible-os_keystone/tasks
Jesse Pretorius 0425d1cf26 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: I52352809eb61d09772ce628bf759c4340b438125
2016-07-18 16:10:55 +01:00
..
keystone_apache.yml Ansible 2.x - Address deprecation warning of bare variables 2016-07-11 08:57:41 -04:00
keystone_db_setup.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_federation_sp_idp_setup.yml Ansible 2.x - Address deprecation warning of bare variables 2016-07-11 08:57:41 -04:00
keystone_federation_sp_setup.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_fernet_keys_autorotate.yml Use keystone_system_user_name in fernet rotation cron entry. 2016-07-15 15:06:36 -05:00
keystone_fernet_keys_create.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_fernet_keys_distribute.yml Ansible 2.x - Address deprecation warning of bare variables 2016-07-11 08:57:41 -04:00
keystone_fernet.yml Updated default fernet key usage 2015-06-30 09:54:31 -05:00
keystone_idp_metadata.yml Ansible 2.x - Address deprecation warning of bare variables 2016-07-11 08:57:41 -04:00
keystone_idp_self_signed_create.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_idp_self_signed_distribute.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_idp_self_signed_store.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_idp_setup.yml Updated role to be an independent role 2016-02-26 14:13:43 -06:00
keystone_idp_sp_setup.yml Ansible 2.x - Address deprecation warning of bare variables 2016-07-11 08:57:41 -04:00
keystone_install_apt.yml Ansible 2.x - Address deprecation warning of bare variables 2016-07-11 08:57:41 -04:00
keystone_install.yml Optimise pip install tasks 2016-07-18 16:10:55 +01:00
keystone_key_distribute.yml Ansible 2.x - Address deprecation warning of bare variables 2016-07-11 08:57:41 -04:00
keystone_key_populate.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_key_setup.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_ldap_setup.yml Ansible 2.x - Address deprecation warning of bare variables 2016-07-11 08:57:41 -04:00
keystone_messaging_setup.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_post_install.yml Only install to virtual environment 2016-07-06 18:42:09 -07:00
keystone_pre_install.yml Ansible 2.x - Address deprecation warning of bare variables 2016-07-11 08:57:41 -04:00
keystone_service_setup.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_ssl_key_create.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_ssl_key_distribute.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_ssl_key_store.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_ssl_self_signed.yml Keystone SSL cert/key distribution and configuration 2015-08-19 07:51:09 +00:00
keystone_ssl_user_provided.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_ssl.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
keystone_token_cleanup.yml Cleanup/standardize usage of tags 2016-05-24 15:51:03 -04:00
main.yml Ansible 2.x - Address deprecation warning of bare variables 2016-07-11 08:57:41 -04:00