-
Notifications
You must be signed in to change notification settings - Fork 5
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
Create a readme for this project #5
Comments
Can I work on this ! |
Hi there, absolutely, yes! |
Can you please elaborate more on the readme file, about how the code should be run ? |
Normally for Ansible you'd run a command like (at the most basic):
(See https://docs.ansible.com/ansible/2.5/user_guide/playbooks_intro.html#executing-a-playbook for more info) However, because we're using it as a provisioner for Vagrant, all we need to do here is run the standard Vagrant commands, e.g.:
You can add the For info on how Vagrant and Ansible work together, see: https://docs.ansible.com/ansible/2.5/scenario_guides/guide_vagrant.html And again, have a look at https://github.com/DanRoeSparks/jenkins-vagrant/blob/master/README.md for a basic example. |
I thought it might be nice to have some more ansible/vagrant-related hacktoberfest issues for people to have a go at.
For this one, just add a readme explaining how to run the code, any prerequisites (e.g. ansible, python, vagrant) and so on.
Might be nice to link/give credit to the various roles used in this project, too.
There's a basic one here https://github.com/DanRoeSparks/jenkins-vagrant/blob/master/README.md to get you started
The text was updated successfully, but these errors were encountered: