From: Lorin Hochstein Date: Sun, 1 Mar 2015 02:39:08 +0000 (-0500) Subject: Change redis to rabbitmq X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=6fabbac9d3eaceb439eb82b50d3c392844d88495;p=ansiblebook.git Change redis to rabbitmq --- diff --git a/ch03/group_vars/production b/ch03/group_vars/production index 9a8e4b0..c51a92d 100644 --- a/ch03/group_vars/production +++ b/ch03/group_vars/production @@ -4,4 +4,4 @@ db_replica_host: virginia.example.com db_name: widget_production db_user: widgetuser db_password: pFmMxcyD;Fc6)6 -redis_host: pennsylvania.example.com +rabbitmq_host: pennsylvania.example.com diff --git a/ch03/inventory/hosts b/ch03/inventory/hosts index e6af0c9..9673dd1 100644 --- a/ch03/inventory/hosts +++ b/ch03/inventory/hosts @@ -31,7 +31,7 @@ maryland.example.com ontario.example.com vagrant2 -[redis] +[rabbitmq] pennsylvania.example.com quebec.example.com vagrant3