quarkslab / irma-ansible-old

IRMA ansible
24 stars 10 forks source link

Fix error when deploying IRMA using Vagrant > 1.7. #123

Closed guillaumededrie closed 8 years ago

guillaumededrie commented 8 years ago

With the new Vagrant "ansible.force_remote_user" option set to true by default, SSH User used to connect to the VM is now set to "vagrant" into the Ansible inventory (generated by Vagrant). This behavior does not permit to use Ansible "remote_user" option into playbooks (overridden by the inventory), that's the reason why the deployment fail.