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:
cb8f306
)
enable agent forwarding
author
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 18 Feb 2017 22:34:01 +0000
(14:34 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 18 Feb 2017 22:34:01 +0000
(14:34 -0800)
ch01/playbooks/Vagrantfile
patch
|
blob
|
history
diff --git
a/ch01/playbooks/Vagrantfile
b/ch01/playbooks/Vagrantfile
index
35b7908
..
dcbed32
100644
(file)
--- a/
ch01/playbooks/Vagrantfile
+++ b/
ch01/playbooks/Vagrantfile
@@
-13,6
+13,7
@@
Vagrant.configure("2") do |config|
# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.
config.vm.box = "ubuntu/trusty64"
+ config.ssh.forward_agent = true
# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs