Skip to content
Snippets Groups Projects
Commit 5a1b0008 authored by Fang Fenghua's avatar Fang Fenghua Committed by Jeff Peeler
Browse files

Add auth role to ansible

Add a auth role so ansible can deploy
keystone.

Change-Id: I3f41fe150654451aae6271cce59ddeb807945043
parent c1ae4018
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,6 @@ support
[message-broker:children]
support
[keystone:children]
support
---
- name: Bringing up keystone service(s)
docker_compose:
project_name: keystone
compose_file: "{{ koalla_directory }}/compose/keystone.yml"
command: up
no_recreate: true
......@@ -8,3 +8,8 @@
roles:
- message-broker
tags: message-broker
- hosts: keystone
roles:
- keystone
tags: keystone
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment