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.
The
Vagrantfile
already definesansible.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.