Title
Create new category
Edit page index title
Edit category
Edit link
Custom Playbook
Custom playbook enables you to customize or create your own playbook based on requirements.
Creating Custom Playbook
To create a custom playbook, perform the following:
Use the following command to establish connection to Pulse host:
Use the following command to access the directory:
Add a file
playbook.jsonin above created directory. Refer the following example of JSON structure:
The following table provides description of the parameters:
Parameter | Description |
|---|---|
Filename | Name of the ansible playbook file. Path relative to |
Version | Version of the playbook. Note Currently unused. |
ID | A unique playbook identifier. |
Name | Name of the playbook. The name that is displayed Actions page in the UI. |
Category | Category of the playbook. |
Description | Describes the function of the playbook. |
Variables | List of variables included in the ansible playbook. Variables required by the user to input from the Actions page in the UI. |
The following table provides description of the variable structure:
Parameters | Description |
|---|---|
Name | Name of the variable. Note The name should match with the variable identifier in the playbook. |
Data type |
|
Description | Description of the variable used in UI. |
Add a file
playbook.ymlin above created directory. Perform the following steps to authenticate Kerberos:
Pulse v2.1.0 introduces a task Kerberos Auth which is required when creating a new playbook. If Kerberos is enabled the user must supply the is_kerberized flag as true, as well as the Kerberos Principle and the Keytab file path.
4.1. Copy the keytab file from the source to the destination.
Use the following task to copy the keytab file from source to the destination location.
Note: The file is copied as read-only and the owner is defined as root.
4.2 Authenticate Kerberos running the kinit command.
The task uses the kerberos_principal and kerberos_keytab files to do the authentication. Run the following task and ensure to add is_kerberized as true to authenticate.
4.3 Add the task that you want to run. The following YAML task is an example.
4.4 Remove the keytab file from the /tmp location.
Run the following task to remove the copied file from the destination.
Command to Run the Playbook
Deploying Custom Playbook
To deploy the playbook you created to the Pulse UI, Perform the following:
Structure of playbook directory:
Run the following command to restart the
ad-directorcontainer.
Go to Pulse UI and click on the option Create Action to view the newly added playbook.
Does not support password-based authentication to execute playbooks
Option to export and import created playbooks.
For additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2026