You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ansible run on local machine and conjur run on remote VM (connection via VPN).
Additional Information
conjur is reachable from my local machine and I am able to retrieve secrets.
If I remove the conjur_ssl_certificate and conjur_validate_certs role variables (which are not mandatory!), the playbook fails with the following error:
fatal: [localhost]: FAILED! => {"msg": "'conjur_ssl_certificate' is undefined. 'conjur_ssl_certificate' is undefined"}
The text was updated successfully, but these errors were encountered:
Summary
Unable to run
cyberark.conjur.conjur_host_identity
role.Steps to Reproduce
conjur -i hostfactory create token -i ansible-test-factory --duration-days 2
Export host factory token as env var.
Run the playbook.
This is the playbook that I am using:
Expected Results
The playbook run without errors.
Actual Results
The playbook fail, these are the logs:
Reproducible
Version/Tag number
Environment setup
Ansible run on local machine and conjur run on remote VM (connection via VPN).
Additional Information
conjur_ssl_certificate
andconjur_validate_certs
role variables (which are not mandatory!), the playbook fails with the following error:fatal: [localhost]: FAILED! => {"msg": "'conjur_ssl_certificate' is undefined. 'conjur_ssl_certificate' is undefined"}
The text was updated successfully, but these errors were encountered: