Skip to content

A Vagrant configuration file to setup an Ansible Tower Local Environment (Lab) to test it.

Notifications You must be signed in to change notification settings

karkul/ansiblelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup your own Ansible Lab

A Vagrant configuration file to setup an Ansible Tower Lab to test it.

Prerequisites

Additional software recommended

You can find the complete list here

Setup your lab environment

Once you have all the prerequisites covered you have to download the Vagrant configuration file from this repository:

git clone https://github.com/karkul/ansiblelab.git

Note: you shuld open a git bash shell or use a git GUI client

Then change to the new directory created:

cd ansiblelab

Then run vagrant up wait... and ¡Voila! you have your own Ansible Tower lab.

Note: if you want to add more hosts to test you must change the value of the NodeCount variable in the Vagrantfile and run vagrant reload from your terminal to add the new nodes.

You can get access to the new boxes created by Vagrant running the command:

vagrant ssh <BOX_NAME>

In the case that you want to get access to those boxes directly through the Virtualbox console interface, you can use the follow credentials.

Username: vagrant 
Password: vagrant

For more information about how to adjust the Vagrantfile please refer to here

At least please join us in our Slack #automation2021 channel and be part of our community!

About

A Vagrant configuration file to setup an Ansible Tower Local Environment (Lab) to test it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages