
This patch adds handler flushing as the last task in each role to ensure that there are log files present when the rsyslog client configuration task is executed a little later in the playbook that consumes the role. Closes-Bug: #1458822 Change-Id: I92a26b620aa7bc0fbe33175594d37da7d5aca7df
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 }}"