-
Notifications
You must be signed in to change notification settings - Fork 63
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
Updating for 2022 #3
Comments
I logged into the ansible.sample.com host to see what was in /home/vagrant
Your script is trying to find a /home/vagrant/artefacts folder which isn't on the host at all. I'm not sure what mechanism was responsible for putting this there back when you created this, but it seems to have failed. |
I was able to hack the configure_ansible.sh and added a bit to copy /vagrant/artefacts to ~ This got the script to proceed quite a bit further, but eventually it all fell apart with Oracle and Gitlab as things are just too old.
New Errors
|
Greetings,
I came across your article on medium.com and loved what you had, I was so excited to fire this up and check things out as I'm trying to learn Ansible, Vagrant, and Jenkins for my new job. I was sad to see I had similar issues to the other users who have posted issues.
I understand people get busy and you may not be able or willing to update this. I'd like to help as I could stand to learn a good deal from this project, but I'm a bit too novice to make heads or tails of things. If you wouldn't mind giving me some pointers to help get me started, I'd appreciate it. If I can get this working, I'll submit a PR so this can get updated.
The issue I have is the same as this issue. I'm running on MacOS Monterey with Vagrant 2.2.19. If I can get past this issue, then I can work on what @n00b78 suggested in their issue.
I assume the vagrant file is trying (or should be trying) to execute the dos2unix commands on the ansible host we created, but it is failing. I'm not sure how your script knows to execute these on the host. I assume maybe something has changed with how Vagrant handles things since the version you used when you first wrote this.
Any help you can give would be greatly appreciated. Even if you don't have the time (and I understand if you don't) thanks for taking the time to write your article and set this up.
The text was updated successfully, but these errors were encountered: