Travis Truman c35ba5fbce Removing unneeded with_items usage for clarity
Change-Id: Ia893b793b308da076124f7b97d1e558feaa39277
2016-03-06 16:31:19 -05:00
2015-10-14 13:59:47 -05:00
2016-02-26 14:13:43 -06:00

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:
    keystone_galera_address: "{{ internal_lb_vip_address }}"
Description
Role os_keystone for OpenStack-Ansible
Readme 11 MiB
Languages
Jinja 69.4%
Python 22%
Shell 8.6%