Deploy rhos13 repo to rabbitmq cluster

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-08-02 20:06:47 +00:00
parent 5d8e972157
commit c71de9325b

View file

@ -1,3 +1,12 @@
# Openstack has a newer version of rabbitmq
- name: Install RHOSP13 repo file
copy: src="{{ files }}/newcloud/rhos13.repo" dest=/etc/yum.repos.d/rhos13.repo
tags:
- rabbitmq_cluster
- config
- packages
- yumrepos
- name: install needed packages
package: name={{ item }} state=present
with_items: