Jimmy McCrory 6eca30751e Provide default horizon_ssl variables
Provide default 'horizon_ssl_protocol' and 'horizon_ssl_cipher_suite'
variables for when this role is run outside of an integrated
OpenStack-Ansible deployment.

Change-Id: I5aee1a06b161329c1d4ea9f92a3e65c485fda641
2017-02-09 17:42:07 -08:00

52 lines
1.2 KiB
ReStructuredText

=========================
OpenStack-Ansible Horizon
=========================
.. toctree::
:maxdepth: 2
configure-horizon.rst
This Ansible role installs and configures OpenStack Horizon served by the
Apache webserver. Horizon is configured to use Galera for session caching and
Memcached for other caching.
To clone or view the source code for this repository, visit the role repository
for `os_horizon <https://github.com/openstack/openstack-ansible-os_horizon>`_.
Default variables
~~~~~~~~~~~~~~~~~
.. literalinclude:: ../../defaults/main.yml
:language: yaml
:start-after: under the License.
Required variables
~~~~~~~~~~~~~~~~~~
This list is not exhaustive. See role internals for further
details.
.. code-block:: yaml
horizon_galera_address: 10.100.100.101
horizon_container_mysql_password: "SuperSecrete"
horizon_secret_key: "SuperSecreteHorizonKey"
Example playbook
~~~~~~~~~~~~~~~~
.. literalinclude:: ../../examples/playbook.yml
:language: yaml
Tags
====
This role supports two tags: ``horizon-install`` and ``horizon-config``.
The ``horizon-install`` tag can be used to install and upgrade.
The ``horizon-config`` tag can be used to manage configuration.