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:
5b5cecf
)
Don't specify callback plugins dir
author
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 23 Apr 2017 04:24:52 +0000
(21:24 -0700)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 23 Apr 2017 04:24:52 +0000
(21:24 -0700)
ch06/playbooks/ansible.cfg
patch
|
blob
|
history
diff --git
a/ch06/playbooks/ansible.cfg
b/ch06/playbooks/ansible.cfg
index
61cbc3d
..
94519f2
100644
(file)
--- a/
ch06/playbooks/ansible.cfg
+++ b/
ch06/playbooks/ansible.cfg
@@
-3,7
+3,6
@@
inventory = hosts
remote_user = vagrant
private_key_file = .vagrant/machines/default/virtualbox/private_key
host_key_checking = False
-callback_plugins = callback_plugins
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes