aboutsummaryrefslogtreecommitdiffhomepage
path: root/Vagrant/roles/ansible-rabbitmq/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrant/roles/ansible-rabbitmq/README.md')
-rw-r--r--Vagrant/roles/ansible-rabbitmq/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/Vagrant/roles/ansible-rabbitmq/README.md b/Vagrant/roles/ansible-rabbitmq/README.md
index 03cd1aa..99c019d 100644
--- a/Vagrant/roles/ansible-rabbitmq/README.md
+++ b/Vagrant/roles/ansible-rabbitmq/README.md
@@ -3,6 +3,11 @@ Role Name
3 3
4Installs rabbitmq https://www.rabbitmq.com/ (Configurable...HA and Clustering ready) 4Installs rabbitmq https://www.rabbitmq.com/ (Configurable...HA and Clustering ready)
5 5
6Build Status
7------------
8
9[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-rabbitmq.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-rabbitmq)
10
6Requirements 11Requirements
7------------ 12------------
8 13
@@ -90,7 +95,7 @@ Example Playbook
90 regexp: "^{{ hostvars[item].ansible_ssh_host }} {{ item }} {{ item }}.{{ pri_domain_name }}" 95 regexp: "^{{ hostvars[item].ansible_ssh_host }} {{ item }} {{ item }}.{{ pri_domain_name }}"
91 line: "{{ hostvars[item].ansible_ssh_host }} {{ item }} {{ item }}.{{ pri_domain_name }}" 96 line: "{{ hostvars[item].ansible_ssh_host }} {{ item }} {{ item }}.{{ pri_domain_name }}"
92 state: present 97 state: present
93 with_items: groups['all'] 98 with_items: "{{ groups['all'] }}"
94 99
95- hosts: all 100- hosts: all
96 become: true 101 become: true