openstack-ansible-os_horizon/tasks
Jesse Pretorius e4ff13c56a Optimise the role execution
This patch does the following:

- Instead of scoping to the inventory group name, we scope
  to the play hosts. This allows the execution of the role
  using limits to still execute the necessary tasks.

- A little style update is done to improve readability.

- Some includes are changed from static to dynamic to
  improve execution speed.

- The tag for the translations async finalisation is
  changed to 'horizon-config' to match the rest of the
  config related tasks, including the task which starts the
  async process.

- The enabling and starting up of Apache is moved to the
  handler so that it's all done in one task.

Conflicts:
>------tasks/main.yml

Change-Id: If9726035d1fae0ec78aead38eb85f4d30a45a07c
(cherry picked from commit faa5b91e1f)
2017-07-12 10:32:09 +01:00
..
horizon_apache.yml Optimise the role execution 2017-07-12 10:32:09 +01:00
horizon_db_setup.yml Use migrate for the DB and NullHandler config 2017-06-02 17:36:40 +00:00
horizon_install.yml Add venv_tag local fact 2017-05-22 17:46:12 +00:00
horizon_post_install.yml Make long-running tasks use async 2017-02-21 19:29:48 +00:00
horizon_pre_install.yml Change permission for conf folder 2017-01-17 17:14:44 -06:00
horizon_service_setup.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_ssl_key_create.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_ssl_key_distribute.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_ssl_key_store.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_ssl_self_signed.yml Revert dynamic includes for inventory-based conditionals 2016-09-26 19:58:12 +01:00
horizon_ssl_user_provided.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
main.yml Optimise the role execution 2017-07-12 10:32:09 +01:00