Fix test-vars and rabbit play

This commit is contained in:
Andy McCrae 2016-05-23 12:00:39 +01:00
parent 2152eb339e
commit 6d793add3c
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,5 @@
- include: test-install-memcached.yml - include: test-install-memcached.yml
- include: test-install-rabbitmq.yml - include: test-install-rabbitmq.yml
when: groups['rabbitmq_all'] is defined
- include: test-install-galera.yml - include: test-install-galera.yml

View File

@ -37,6 +37,9 @@ galera_wsrep_provider_options:
- { option: "gcache.size", value: "32M" } - { option: "gcache.size", value: "32M" }
galera_server_id: "{{ inventory_hostname | string_2_int }}" galera_server_id: "{{ inventory_hostname | string_2_int }}"
# RabbitMQ Settings
rabbitmq_cookie_token: secrete
# Memcache Settings # Memcache Settings
memcached_listen: 10.100.100.101 memcached_listen: 10.100.100.101
memcached_servers: 10.100.100.101 memcached_servers: 10.100.100.101