Role os_horizon for OpenStack-Ansible
Go to file
Jesse Pretorius f1284f02f7 Add curl to bindep requirements
Change-Id: Ieb83c641ed6847f1900e092b10ca2645d3d9c080
2016-03-04 19:23:25 +00:00
defaults Enable SSL termination for all services 2016-03-03 11:05:44 -06:00
doc Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks Enable SSL termination for all services 2016-03-03 11:05:44 -06:00
templates Enable SSL termination for all services 2016-03-03 11:05:44 -06:00
tests Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
.gitignore Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
.gitreview Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:23:25 +00:00
README.rst Configure DB addresses for each service 2015-06-10 02:07:38 +00:00
run_tests.sh Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
setup.cfg Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
setup.py Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
test-requirements.txt Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
tox.ini Implement base configuration for independent repository 2016-03-02 09:39:02 -05: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 }}"