Add auth role to ansible
Add a auth role so ansible can deploy keystone. Change-Id: I3f41fe150654451aae6271cce59ddeb807945043
This commit is contained in:
parent
c1ae401823
commit
5a1b0008f2
@ -6,3 +6,6 @@ support
|
|||||||
|
|
||||||
[message-broker:children]
|
[message-broker:children]
|
||||||
support
|
support
|
||||||
|
|
||||||
|
[keystone:children]
|
||||||
|
support
|
||||||
|
7
ansible/roles/keystone/tasks/main.yml
Normal file
7
ansible/roles/keystone/tasks/main.yml
Normal 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
|
@ -8,3 +8,8 @@
|
|||||||
roles:
|
roles:
|
||||||
- message-broker
|
- message-broker
|
||||||
tags: message-broker
|
tags: message-broker
|
||||||
|
|
||||||
|
- hosts: keystone
|
||||||
|
roles:
|
||||||
|
- keystone
|
||||||
|
tags: keystone
|
||||||
|
Loading…
Reference in New Issue
Block a user