Merge "Add auth role to ansible"

This commit is contained in:
Jenkins 2015-05-06 05:10:15 +00:00 committed by Gerrit Code Review
commit d5222549cb
3 changed files with 15 additions and 0 deletions

View File

@ -6,3 +6,6 @@ support
[message-broker:children]
support
[keystone:children]
support

View File

@ -0,0 +1,7 @@
---
- name: Bringing up keystone service(s)
docker_compose:
project_name: keystone
compose_file: "{{ koalla_directory }}/compose/keystone.yml"
command: up
no_recreate: true

View File

@ -8,3 +8,8 @@
roles:
- message-broker
tags: message-broker
- hosts: keystone
roles:
- keystone
tags: keystone