Status
OpenStack Horizon dashboard installation
Tested on Ubuntu Precise (12.04) and Trusty (14.04)
apache2 and libapache2-mod-wsgi are needed. They are installed by this role, if not found.
For RHEL/CentOS, RHOSP or RDO repositories are needed.
Name | Default value | Description | Note |
---|---|---|---|
openstack_horizon_keystone_hostname |
localhost |
Hostname/IP address of the controller node |
None.
- hosts: servers
roles:
- { role: openstack-horizon, openstack_horizon_keystone_hostname: localhost }
A complete Ansible playbook demo, which uses this role, is available on Github (openstack-ansible-galaxy/vagrant-ansible-openstack) https://github.com/openstack-ansible-galaxy/vagrant-ansible-openstack
RedHat support implemented by Abel Boldú abel.boldu@gmx.com
Apache
Davide Guerri - davide.guerri@gmail.com