Skip to content

goffinet/vagrant-ansible-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages