Introduction
Get introduced to the Environment Setup, Docker and, Dockerfile.
Setting up an Ansible environment
We’ll start by laying down the foundations for you to build on as the course progresses.
To answer; “How do I set up an Ansible environment?”; we will explore the following three chapters:
- Ansible Development with Containers
- Connect to the Cloud
- Deploy an Ansible Environment
Once connected to the cloud, we will dive into some basic Ansible ad-hoc commands and playbooks before deploying an Ansible environment.
Let’s get started with the first chapter.
Ansible environment with containers
Objective
Run Ansible within a Docker Container
...