Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 339 Bytes

Ansible.md

File metadata and controls

7 lines (6 loc) · 339 Bytes

Ansible Components:

  • Inventory file: contain your hosts
  • Roles: group of tasks you want your playbook to perform on specific hosts, This is shared with others so they can reuse the work done by someone else
  • Playbook: combination of tasks
  • Task: individual actin you want to perform
  • Module: actions to be performed at system level