Concepts
📄️ Templating
Templating allows your playbook actions to work in context of a config, health check or a component.
📄️ Approval
Authorization safeguards can be applied to playbook runs, ensuring their execution is limited to specific individuals or teams who grant approval.
📄️ Artifacts
Artifacts allow you to archive files generated by playbook actions to a file store of your choice.
📄️ Expressions
Expressions is a powerful tool that allows formulating complex filters for playbook events. Playbook event filters use Common Expression Language (CEL).
📄️ Runners
Playbook runners offer the flexibility to designate where actions are executed. By default, actions run on the main instance, but a set of agents can also be provided and one of them will be chosen at random.