git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
771715f
)
Update to official centos image
author
Lorin Hochstein
<lhochstein@netflix.com>
Tue, 4 Oct 2016 04:52:03 +0000
(21:52 -0700)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Tue, 4 Oct 2016 04:52:03 +0000
(21:52 -0700)
ch04/playbooks/Vagrantfile
patch
|
blob
|
history
diff --git
a/ch04/playbooks/Vagrantfile
b/ch04/playbooks/Vagrantfile
index
eb18fd3
..
fff9300
100644
(file)
--- a/
ch04/playbooks/Vagrantfile
+++ b/
ch04/playbooks/Vagrantfile
@@
-11,7
+11,7
@@
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
config.vm.define "centos" do |centos|
- centos.vm.box = "c
hef/centos-6.5
"
+ centos.vm.box = "c
entos/7
"
centos.vm.network "private_network", ip: "192.168.4.11"
end