Role os_keystone for OpenStack-Ansible
d9ab5ade84
Currently, the keystone service user is created w/ the same password as the admin user. This change updates the keystone service user creation to be done w/ the value of keystone_service_password instead of keystone_auth_admin_password. Change-Id: Icc643c3a79ca5f58b53651b90695adafb83532e5 Closes-Bug: #1443955 |
||
---|---|---|
defaults | ||
files | ||
handlers | ||
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
galera_address: "{{ internal_lb_vip_address }}"