Verification

This topic provides steps to verify that the integration with Red Hat Ansible retrieves the credentials from a specified secret in Secret Server or Secret Server on the Delinea Platform by using the configuration in the playbook.

To verify that the integration retrieves the credentials from a secret:

  1. In a terminal window, change to the directory where you saved your playbook (a YAML file).

  2. Run the following command:

    ansible-playbook name.yaml

    The playbook returns the specified secret data depending on the configuration in your playbook. For example, you specified the retrieval of a password in the ansible.builtin.debug module, the password is retrieved from the specified secret and is printed in a message. If you specified the retrieval of secret IDs in ansible.builtin.debug, the secret IDs are retrieved from the specified folder and are printed in a message.