-
Notifications
You must be signed in to change notification settings - Fork 331
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
Add Ansible provisioner and playbook for Ubuntu 20.04 + 18.04 #109
Conversation
Initial introduction of Ansible use: - Adds `ansible-local` provisioner to Ubuntu builds. - Adde an initial playbook to remove steps from the `shell` build's provisioner scripts. - Removes steps in the `ubuntu*.sh` scripts for which Ansible now performs. More to come for vmware-samples#54. Stay tuned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Reviewed
✅ Maintainer Updates Commited
✅ Tested
✅ Approved
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
In order to have a good experience with our community, we recommend that you read the contributing guidelines for making a pull request.
Summary of Pull Request
Add ansible-local provisioner and playbook for Ubuntu 20.04 and 18.04.
Type of Pull Request
Please describe:
Context of the Pull Request
Added the initial introduction of Ansible use focued on Ubuntu:
ansible-local
provisioner to Ubuntu builds.shell
build's provisioner scripts.ubuntu*.sh
scripts for which Ansible now performs.Related to Existing Issues
Issue Number: #54
Test and Documentation Coverage
Breaking Changes?