renames
authorLorin Hochstein <lorin.hochstein@sendgrid.com>
Sat, 7 Feb 2015 20:19:14 +0000 (15:19 -0500)
committerLorin Hochstein <lorin.hochstein@sendgrid.com>
Sat, 7 Feb 2015 20:19:14 +0000 (15:19 -0500)
ch08/playbooks/Vagrantfile
ch08/playbooks/mezzanine-across-hosts.yml [moved from ch08/playbooks/mezzanine-across-servers.yml with 100% similarity]
ch08/playbooks/mezzanine-single-host.yml [moved from ch08/playbooks/mezzanine-one-server.yml with 100% similarity]

index a19c912..ecc0b18 100644 (file)
@@ -45,7 +45,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
 
     web.vm.provision "ansible" do |ansible|
       ansible.limit = 'all'
-      ansible.playbook = "mezzanine-across-servers.yml"
+      ansible.playbook = "mezzanine-across-host.yml"
     end
 
   end