-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vagrant ubuntu box no longer available #64
Comments
This needs to be updated anyhow. Loosely related to #66 due to needing to look up which distros should be supported at present. |
Have any ideas for the ubuntu box provider? I'm typically using it on Fedora here. I'd like to stay as official as possible, but I remember the reason for not using Ubuntu's official boxes were that they refused to follow vagrant conventions in a lot of areas (of which I don't remember the details of) - and it basically broke a bunch of stuff. Probably worth looking at their newer images to see if they're conforming to those standards, now. |
- Do extra vers per box, this allows us to set ansible_python_interpreter per box most hosts need /usr/bin/python3, or python2 installed python3 ansible is stable enough to consider using full time now - RuboCop fixes - Add do_ansible function back as provisioner Others: - Added Ansible config - Changed role name to be '../..' in provision.yml as this is the proper way to reference a role from its own subdir - Fixes #64
- Update vagrant boxes to point to newer atlas boxes - Chose a different provider for Ubuntu images - "generic" - Do extra vers per box, this allows us to set ansible_python_interpreter per box most hosts need /usr/bin/python3, or python2 installed python3 ansible is stable enough to consider using full time now - RuboCop fixes - Add do_ansible function back as provisioner Others: - Added Ansible config - Changed role name to be '../..' in provision.yml as this is the proper way to reference a role from its own subdir - Fixes #64
- Update vagrant boxes to point to newer atlas boxes - Chose a different provider for Ubuntu images - "generic" - Do extra vers per box, this allows us to set ansible_python_interpreter per box most hosts need /usr/bin/python3, or python2 installed python3 ansible is stable enough to consider using full time now - RuboCop fixes - Add do_ansible function back as provisioner Others: - Added Ansible config - Changed role name to be '../..' in provision.yml as this is the proper way to reference a role from its own subdir - Fixes #64
- Update vagrant boxes to point to newer atlas boxes - Chose a different provider for Ubuntu images - "generic" - Do extra vers per box, this allows us to set ansible_python_interpreter per box most hosts need /usr/bin/python3, or python2 installed python3 ansible is stable enough to consider using full time now - RuboCop fixes - Add do_ansible function back as provisioner Others: - Added Ansible config - Changed role name to be '../..' in provision.yml as this is the proper way to reference a role from its own subdir - Fixes #64
I'd guess a switch to different provider is needed.
The text was updated successfully, but these errors were encountered: