From 6d793add3c66a23dcba45e481394b20f278a3f01 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Mon, 23 May 2016 12:00:39 +0100 Subject: [PATCH] Fix test-vars and rabbit play --- test-install-infra.yml | 1 - test-vars.yml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test-install-infra.yml b/test-install-infra.yml index 62786ee7..67828f71 100644 --- a/test-install-infra.yml +++ b/test-install-infra.yml @@ -16,6 +16,5 @@ - include: test-install-memcached.yml - include: test-install-rabbitmq.yml - when: groups['rabbitmq_all'] is defined - include: test-install-galera.yml diff --git a/test-vars.yml b/test-vars.yml index 84679e25..547f8394 100644 --- a/test-vars.yml +++ b/test-vars.yml @@ -37,6 +37,9 @@ galera_wsrep_provider_options: - { option: "gcache.size", value: "32M" } galera_server_id: "{{ inventory_hostname | string_2_int }}" +# RabbitMQ Settings +rabbitmq_cookie_token: secrete + # Memcache Settings memcached_listen: 10.100.100.101 memcached_servers: 10.100.100.101