4ce585adfb
In https://review.openstack.org/194474 the variable keystone_ssl_enabled was changed to keystone_ssl, but the shibboleth.xml template was missed in the change. This patch corrects that. Change-Id: I8248d01f37d35ddc910d06a4295760ea8924971d Closes-Bug: #1492250 |
||
---|---|---|
.. | ||
defaults | ||
files | ||
handlers | ||
library | ||
meta | ||
tasks | ||
templates | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst |
OpenStack keystone
- tags
-
openstack, keystone, cloud, ansible
- category
-
*nix
Role to install keystone. This will install keystone using apache.
- This role will install the following:
-
- keystone
- apache2
- name: Installation and setup of Keystone
hosts: keystone_all
user: root
roles:
- { role: "os_keystone", tags: [ "os-keystone" ] }
vars:
external_lb_vip_address: 172.16.24.1
internal_lb_vip_address: 192.168.0.1
keystone_galera_address: "{{ internal_lb_vip_address }}"