Using Delinea Automation Playbooks

Playbooks are repeatable and reusable code samples used for the execution of the task.

Before using Delinea Automation Playbooks, ensure the following:

  • Check if you can make SSH connection with the target system

  • If not using root user credentials for the playbooks, use ‘--ask-become-pass’ while executing ansible-playbook. Example: - # ansible-playbook script.yml --ask-become-pass