chirpstack / chirpstack-ansible-playbook

Ansible playbook for setting up ChirpStack.
https://www.chirpstack.io
MIT License
84 stars 43 forks source link

Ansible local provisioner error #3

Closed Howlinmoon closed 7 years ago

Howlinmoon commented 7 years ago

Clone the repo ran "vagrant up"

the install erred out with the messages shown below.

NOTE - the messages shown below are the result of a followup attempt, since I was unable to copy the output from the original attempt.

biff@obsidian:~/lora/loraserver-setup$ vagrant up Bringing machine 'vagrant' up with 'virtualbox' provider... There are errors in the configuration of this machine. Please fix the following errors and try again:

ansible local provisioner:

brocaar commented 7 years ago

Could you check which version of Vagrant you're using? You might need to upgrade it :-)

Howlinmoon commented 7 years ago

Ah, I was using 1.8.1. I guess that wasn't "recent" enough ;-)

It's chugging along now with 1.9.1

brocaar commented 7 years ago

Great!

1.8.1 (December 21, 2015), maybe not ;-) Looking at the Vagrant changelog, 1.8.7 (November 4, 2016) should be the minimal version as it fixes some Ansible (local) related issues. I'll add it to the docs.