Lab 4: Roles & Structure
Playbook
Inventory
---
- name: Roles and Structure Lab
hosts: localhost
gather_facts: yes
vars:
# Define role-like variables here
tasks:
# Create tasks that simulate a role structure
handlers:
# Define handlers here
localhost ansible_connection=local
Output
Waiting for playbook execution...