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:
88eeec9
)
Use assigned ip address in hosts
author
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 26 Nov 2016 23:48:55 +0000
(15:48 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 26 Nov 2016 23:48:55 +0000
(15:48 -0800)
If there's another vagrant box running, port 2222 won't be available, so use the
ip address configured in the vagrantfile.
ch06/playbooks/hosts
patch
|
blob
|
history
diff --git
a/ch06/playbooks/hosts
b/ch06/playbooks/hosts
index
b3e4f80
..
e51ccf8
100644
(file)
--- a/
ch06/playbooks/hosts
+++ b/
ch06/playbooks/hosts
@@
-1
+1
@@
-web ansible_host=1
27.0.0.1 ansible_port=2222
+web ansible_host=1
92.168.33.10