Skip to content

Commit 395d082

Browse files
author
abregman
committed
Merge branch 'master' of github.com:bregman-arie/devops-exercises into devel
2 parents 0784ef0 + 4a88b05 commit 395d082

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exercises/ansible/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<summary>Describe each of the following components in Ansible, including the relationship between them:
1616

1717
* Task
18+
* Inventory
1819
* Module
1920
* Play
2021
* Playbook
@@ -23,6 +24,8 @@
2324

2425
Task – a call to a specific Ansible module
2526
Module – the actual unit of code executed by Ansible on your own host or a remote host. Modules are indexed by category (database, file, network, …) and also referred to as task plugins.
27+
28+
Inventory – An inventory file defines hosts and/or groups of hosts on which Ansible tasks executed upon. The inventory file can be in one of many formats, depending on the inventory plugins you have. The most common formats are INI and YAML.
2629

2730
Play – One or more tasks executed on a given host(s)
2831

0 commit comments

Comments
 (0)