Ansible Playbook: Core Elements and Examples
1. Core Elements of a Playbook: hosts List of remote hosts to execute on tasks Set of tasks variables Built-in or custom variables called in the playbook templates Files that can replace variables in template files and implement some simple logic handlers Used in conjunction with notify, triggered by specific conditions, executed if conditions are … Read more