Running vagrant resume on a halted box seems to skip passing the host's ssh credentials over to the guest box if use_host_id: is set to "y" in Vlad's settings.
This is likely an easy fix, I'm just making a note here for now.
In the meantime, running vagrant reload will fix the problem as it'll ensure the correct playbook is run after booting the guest box.
Running
vagrant resume
on a halted box seems to skip passing the host's ssh credentials over to the guest box ifuse_host_id:
is set to"y"
in Vlad's settings.This is likely an easy fix, I'm just making a note here for now.
In the meantime, running
vagrant reload
will fix the problem as it'll ensure the correct playbook is run after booting the guest box.