openstack-ansible-os_horizon/doc/source/index.rst
Robb Romans f370ce6a84 [DOCS] Add project links to README; fix typos
Change-Id: I048a18106cd0755b58735e0f0b4826b7f3977f7a
2016-08-16 12:48:19 -05:00

1.2 KiB

OpenStack-Ansible Horizon

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.

Default variables

../../defaults/main.yml

Required variables

This list is not exhaustive. See role internals for further details.

horizon_ssl_protocol: "ALL -SSLv2 -SSLv3"
horizon_ssl_cipher_suite: "ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS"
horizon_galera_address: 10.100.100.101
horizon_container_mysql_password: "SuperSecrete"
horizon_secret_key: "SuperSecreteHorizonKey"

Example playbook

../../examples/playbook.yml

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.