Ubuntu 22.04 LTS workstation with Ansible installed.
- All these labs are for ansible, your instructor will review UNIX commands with you before working on ansible
- Ansible uses
YAML
files, your instructor will cover and talk about how to create a yaml file with you - At the time of writing this lab, there are over 3000 modules; we will only cover some of them as an example.
- 1.1 Install Ansible
- 1.2 Setup Inventory
- 2.1 Ping Hosts
- 2.2 Facts
- 2.3 File/folder manipulations