From: Lorin Hochstein Date: Sat, 7 Feb 2015 20:19:14 +0000 (-0500) Subject: renames X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=48bcb8d3a5fb0ff4802f44c1af3134f3a3dc601d;p=ansiblebook.git renames --- diff --git a/ch08/playbooks/Vagrantfile b/ch08/playbooks/Vagrantfile index a19c912..ecc0b18 100644 --- a/ch08/playbooks/Vagrantfile +++ b/ch08/playbooks/Vagrantfile @@ -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 diff --git a/ch08/playbooks/mezzanine-across-servers.yml b/ch08/playbooks/mezzanine-across-hosts.yml similarity index 100% rename from ch08/playbooks/mezzanine-across-servers.yml rename to ch08/playbooks/mezzanine-across-hosts.yml diff --git a/ch08/playbooks/mezzanine-one-server.yml b/ch08/playbooks/mezzanine-single-host.yml similarity index 100% rename from ch08/playbooks/mezzanine-one-server.yml rename to ch08/playbooks/mezzanine-single-host.yml