Skip to content

Latest commit

 

History

History
80 lines (50 loc) · 1.99 KB

README.md

File metadata and controls

80 lines (50 loc) · 1.99 KB

Ansible Labs

Lab Environment

Ubuntu 22.04 LTS workstation with Ansible installed.

Requirements

  • 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.

Labs

1. Installation and Setup

2. AdHoc

3. Variables

4. Condition

5. Loops

6. Handler

7. Blocks

8. Templates

9. Ansible Vault

10. Roles

Extra