# 70 - Delegate This exercise makes you use delegation. ## Playbook creation Create a playbook following the given specs: * Gather facts on host group `lab` * Use these facts to create an HTML report on localhost * The HTML report should be formated like this: ```html
FQDN | OS | Architecture | Default IPv4 |
"FQDN for host 1" | "OS for host 1" | "Architecture for host 1" | "Default IPv4 for host 1" |