Added rabbitMQ and keystone with wim

Work in progress...
This commit is contained in:
Egon Rijpkema
2017-05-16 15:52:22 +02:00
parent a4e62607a3
commit 5a81413b3a
7 changed files with 74 additions and 14 deletions

View File

@ -0,0 +1,16 @@
# Install a docker based rabbitMQ.
---
- include: ../common/tasks/docker.yml
- name: install service file.
template:
src: files/rabbitmq.service
dest: /etc/systemd/system/rabbitmq.service
mode: 644
owner: root
group: root
- name: install service file
command: systemctl daemon-reload
- name: make sure service is started
systemd:
name: rabbitmq.service
state: started