https://github.com/goffinet/vagrant-ansible-lab
https://github.com/goffinet/vagrant-ansible-lab
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/goffinet/vagrant-ansible-lab
- Owner: goffinet
- Created: 2020-11-28T18:17:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T11:14:18.000Z (over 5 years ago)
- Last Synced: 2025-01-13T10:22:02.097Z (over 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vagrant Ansible Lab
The `setup.sh` Bash script install Ansible on a virtualization server running with Centos 8 or Ubuntu Focal and launch the `setup.yml` Ansible playbook that install and configure Virtualbox, Vagrant and Packer.
```bash
yum -y install git || apt -y install git
git clone --recursive https://github.com/goffinet/vagrant-ansible-lab.git
cd vagrant-ansible-lab
./setup.sh
```
The `./lab` folder contain this lab managed by the virtualization server as Ansible controller.
```
cd lab
vagrant up
ansible -m ping all
```
