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:
-
In a terminal window, change to the directory where you saved your playbook (a YAML file).
-
Run the following command:
ansible-playbook name.yamlThe 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.debugmodule, the password is retrieved from the specified secret and is printed in a message. If you specified the retrieval of secret IDs inansible.builtin.debug, the secret IDs are retrieved from the specified folder and are printed in a message.