Skip to content

A demonstration and training environment for Ansible

License

Notifications You must be signed in to change notification settings

mike42/ansible-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible live Build Status

This repository provides a demonstration and training environment for the Ansible automatio tool, to be executed on an Ubuntu 16.04 or Debian 9+ control machine with Ansible 2 or better.

You require Ansible and local sudo access to use the environment, as some extra packages are added for LXC.

Quick start

To begin, install Ansible and git, and clone this repository.

sudo apt-get install ansible git
git clone https://github.com/mike42/ansible-live
cd ansible-live

Create the test machines:

./lab setup

You can then SSH to any of the test machines from meta/inventory.

eg.

ssh root@10.0.3.100

Destroy the test machines:

./lab teardown

About

A demonstration and training environment for Ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages