debops / examples

Repository with example DebOps projects
MIT License
61 stars 19 forks source link

Disable SSH host key checking #13

Closed ganto closed 8 years ago

ganto commented 8 years ago

The Vagrantfile already defines ansible.host_key_checking = "false" so that we can successfully connect to the bootstrapped VM. Make the same for DebOps, so that it will accept the host key of the involved VM(s). Should be safe, as this playbook is meant to be run within Vagrant only.