Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 402 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 402 Bytes

Ansible Playground Docker

Playground for Ansible built in docker.

Simply run start.sh to build and start 1 ansible master and 3 targets. Use stop.sh to shut down the container.

Put your ansible scripts you want to test inside the ansible directory. That directory gets mounted to /ansible inside ansible-master.

Lists of hosts:

  • ansible-master
  • target01
  • target02
  • target03