title | description |
---|---|
Runbook Management |
Create runbooks to document and automate your operational processes. |
There are two ways to create a runbook:
- From the app.runbear.io website.
- From the Slack thread.
- From the Runbooks page, click New button.
- Select a runbook type to create.
- Enter simple details about the runbook and click Generate.
- Runbear will generate a runbook for you. You can edit the runbook to add more details.
- Click the menu button on the top right of the message and select
Keep the conversation
.
- This will suggest a draft runbook document derived from the conversation.
You can store the secrets in the runbook and use them in the tasks.
Click the button on the top-right side of a runbook and select Manage Secrets.
Add secrets using the popup page.
The secret value will not be displayed as plain text.
Type the secret name in the task command using the ${} annotation. The value will be replaced with the secret value when the task is executed.
psql postgresql://${username}:${password}@postgres:5432 -A -c "SELECT ..."