diff options
Diffstat (limited to 'Vagrant/roles/ansible-rabbitmq/README.md')
-rw-r--r-- | Vagrant/roles/ansible-rabbitmq/README.md | 7 |
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 | ||
4 | Installs rabbitmq https://www.rabbitmq.com/ (Configurable...HA and Clustering ready) | 4 | Installs rabbitmq https://www.rabbitmq.com/ (Configurable...HA and Clustering ready) |
5 | 5 | ||
6 | Build Status | ||
7 | ------------ | ||
8 | |||
9 | [![Build Status](https://travis-ci.org/mrlesmithjr/ansible-rabbitmq.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-rabbitmq) | ||
10 | |||
6 | Requirements | 11 | Requirements |
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 |