Skip to content

Commit

Permalink
Merge pull request #70 from StackStorm/rhel_rabbitmq_support
Browse files Browse the repository at this point in the history
 Rhel support: rabbitmq-server
  • Loading branch information
humblearner authored Jan 6, 2017
2 parents 42c07be + 8a506df commit cde7524
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions roles/rabbitmq/meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
galaxy_info:
description: Install Rabbitmq-server
author: humblearner
company: StackStorm
license: Apache
min_ansible_version: 2.2
platforms:
- name: Ubuntu
versions:
- trusty
- xenial
- name: EL
versions:
- 6
- 7
categories:
- system
6 changes: 3 additions & 3 deletions roles/rabbitmq/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
- name: Install rabbitmq packages
- name: Install rabbitmq packages on {{ ansible_distribution }}
become: yes
apt:
package:
name: rabbitmq-server
update_cache: yes
state: present
tags: [rabbitmq]
notify:
- restart rabbitmq

0 comments on commit cde7524

Please sign in to comment.