Meu provisionador está assim:
config.vm.provision :ansible_local do |ansible|
ansible.playbook = '/home/deploy/sosd/local/ansible/sosd.yml'
ansible.install = true
end
Mas vagrant up
parece que não instala:
==> default: Running provisioner: ansible_local...
default: Installing Ansible...
The Ansible software could not be found! Please verify
that Ansible is correctly installed on your guest system.
If you haven't installed Ansible yet, please install Ansible
on your Vagrant basebox, or enable the automated setup with the
`install` option of this provisioner. Please check
https://docs.vagrantup.com/v2/provisioning/ansible_local.html
for more information.
O que estou fazendo errado?
Ah, este é um problema com vagrant 1.8.1 e ansible 2.x, ele instala bem, mas não pode ser detectado. https://github.com/mitchellh/vagrant/issues/6868