Skip to content

This repository provides a simple Ubuntu docker container to create ansible-child machines.

Notifications You must be signed in to change notification settings

dhwanil-thakkar/ansible-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-playground

This repository provides a simple Ubuntu docker container to create ansible-child machines. A detailed explaination can be found in a blog here.

Requirements

  • We use dockers to create these machine , so you need the docker engine installed on the host system.

Basic File Structure

  • docker\
    • Contains the files necessary to build the docker image
  • playbooks\
    • All the plays that need to be run with ansible can go here and this directory becomes a starting point for building out plays to test.
  • ansible.cfg
    • This is the configuration file for ansible , more details can be found in ansible documentaion here.
  • inventory
    • This is the inventory file for ansible, more details can be found in ansible documentation here.

About

This repository provides a simple Ubuntu docker container to create ansible-child machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published