Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
Michael Zemb edited this page May 11, 2015 · 7 revisions

Welcome to the machination wiki!

For an instance to take a role modification into account:

ansible-playbook --user vagrant ~/.machination/instances/\<instanceName\>/provisioners/ansible/machine.playbook --inventory-file "\<instanceIP\>," --ask-pass --sudo

Note, if you encounter the error "fatal: [] => Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this. Please add this host's fingerprint to your known_hosts file to manage this host." Solution1: login interactively to add the machine:

ssh vagrant@<machineIP>

Solution2: disable key checking:

export ANSIBLE_HOST_KEY_CHECKING=False

Clone this wiki locally