playbook.wcl
file type
The WCL document at a playbook directory's root — declares plays, gathers and vars.
playbook.wcl is the WCL document at the root of a playbook directory. It declares the playbook block: gathers, vars, and plays of steps. The engine appends the system import <weave/playbook.wcl> automatically — never write import lines.
| Field | Value |
|---|---|
| Location | <playbook>/playbook.wcl |
| System import | <weave/playbook.wcl> (appended by the engine) |
| Top block | playbook "name" { … } (one per file) |
| Reference | Playbook block reference (fact) |