Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 684 Bytes

ansible-basics.md

File metadata and controls

19 lines (15 loc) · 684 Bytes

Ansible Basics

Terminology

Task
An action to perform
Play
a collection of tasks
Playbook
YAML file containing one or more plays
![Workflow](img/ansible-workflow.png "Ansible Workflow")

More Terminology

Module
Blob of Python code which is executed to perform task
Inventory
File containing hosts and groups of hosts to run tasks