Skip to content

Commit

Permalink
Fix ssh-connection-errors: Add a ansible_config_hook to .debops.cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
htgoebel committed Nov 30, 2014
1 parent ec3c03c commit 734861a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions webhost-gitusers-dokuwiki/.debops.cfg
@@ -0,0 +1,7 @@
# -*- shell -*-

ansible_config_hook () {
echo "private_key_file = ~/.vagrant.d/insecure_private_key"
echo "remote_user = vagrant"
echo "host_key_checking = True"
}

0 comments on commit 734861a

Please sign in to comment.