Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Installs and configures RabbitMQ, like for Sensu!

Notifications You must be signed in to change notification settings

pgporada/ansible-role-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: pgporada.rabbitmq

Installs and configures RabbitMQ, primarily for Sensu.


Example Playbook

---
- hosts: localhost
  connection: local
  become: true
  become_method: sudo
  roles:
    - ansible-role-rabbitmq

How to hack away at this role

Before submitting a PR, please create a test and run it through test-kitchen. You will need to have at least Ruby 2.x, probably through rbenv, gem, and Bundler.

Running test-kitchen

bundle install
bundle update
bundle exec kitchen create
bundle exec kitchen converge
bundle exec kitchen verify
bundle exec kitchen destroy

or as one shot

bundle install

Please run the yaml files through pyamllint.

find -type f -name "*.yml" -exec yamllint -f parsable {} \;

Theme Music

The Debonaires - Same Way


Author Information and License

GPLv3

(C) 2016 - Phil Porada

Releases

No releases published

Packages

No packages published