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"}
Summary
Unable to run
cyberark.conjur.conjur_host_identity
role.Steps to Reproduce
Create a conjur host-factory.
Generate host factory token:
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: