https://github.com/devopssolver/ansible-molecule-vagrant
This is to test ansible roles/playbooks with molecule and vagrant
https://github.com/devopssolver/ansible-molecule-vagrant
Last synced: 5 months ago
JSON representation
This is to test ansible roles/playbooks with molecule and vagrant
- Host: GitHub
- URL: https://github.com/devopssolver/ansible-molecule-vagrant
- Owner: devopssolver
- License: mit
- Created: 2020-04-26T14:21:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T03:35:42.000Z (almost 5 years ago)
- Last Synced: 2024-08-14T07:06:54.208Z (8 months ago)
- Language: PowerShell
- Homepage: https://youtu.be/FkBX7DXTDc0
- Size: 60.5 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - devopssolver/ansible-molecule-vagrant - This is to test ansible roles/playbooks with molecule and vagrant (PowerShell)
README
# Testing Ansible roles/playbooks with Vagrant
Using molecule, Vagrant and virtualbox to test ansible roles on Windows machines, designed to manage Windows Servers## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
The following packages are required to run the example
```
Ansible Versio >= 2.8.0
Vagrant version >= 2.2.7
Python Version >= 3.7.4
VirtualBox >= 6.1.6
```### Installing and Running
This repository is a part of the video tutorial on youtube: https://youtu.be/FkBX7DXTDc0
Please follow it to install and run the repo