Jean-Philippe Evrard 29b3a75e05 Only update apt cache if necessary
Workarounding the upstream ansible apt module bug
documented here:
https://github.com/ansible/ansible-modules-core/pull/1517

For the next versions of ansible we'll be using, we should
check if the apt bug is fixed. When it's fixed, we could
abandon this change and use the standard apt module
with correct cache handling.

Change-Id: I2aaf00da175f31d0157bbc4ae30a4e176b055078
2016-02-09 16:46:22 +01:00
2015-05-08 13:22:42 -05:00
2016-02-09 16:46:22 +01:00

OpenStack horizon ############## :tags: openstack, horizon, cloud, ansible :category: *nix

Role for deployment, setup and installation of horizon.

This role will install the following:
  • horizon-dashboard
- name: Installation and setup of horizon
  hosts: horizon_all
  user: root
  roles:
    - { role: "os_horizon", tags: [ "os-horizon" ] }
  vars:
    horizon_galera_address: "{{ internal_lb_vip_address }}"
Description
Role os_horizon for OpenStack-Ansible
Readme 7 MiB
Languages
Jinja 74.5%
Python 18.3%
Shell 7.2%