Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.11 KB

Ansible Fundamentals

Material associated with Ansible Fundamentals webinar

Getting Started

cd ~/
git clone https://github.com/daveyb/ansible-fundamentals.git
  • Change into the demo directory and bring up the ansible sandbox cluster (this will take a few minutes)
cd ~/ansible-fundamentals/demo
docker-compose up -d
  • Connect to the control machine and run the playbook
docker exec -it demo_control_1 /bin/bash
ansible-playbook playbook.yml

Stopping the Cluster

docker-compose down

Rebuild the Cluster from scratch

docker-compose up --build

Windows Disclaimer

The latest docker toolbox for Windows 10 preview includes support for Linux containers via Hyper-V virtualization. This configuration has not been tested.