Tutorial - Creating the Playbook
Stage 2 - High-Level Process
Description
Now we need to define the high-level process using a steps section.
Based on the Task Summary, here's what our task needs to do:
- Display some welcome text
- Get Active Directory connection details
- Search for Active Directory user
- Add the user to group(s)
A step can be created for each of these, with a clear & readable name.
Tip
Step names are used in PPA task logs, so well-named steps can aid troubleshooting!
Playbook Snippet
Steps
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
The actions will be populated in the next tutorial step
Updated Playbook
The current Playbook after tutorial stages 1 & 2.
Validation
Don't worry if the current Playbook fails to validate in the PPA Playbook Editor.
We haven't defined the actions for each step yet, which is covered in the next stage.
Playbook Progress
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|