viccross / ansible-playbooks

My collection of Ansible playbooks for various tasks (dominated by Openshift, currently)
Apache License 2.0
2 stars 3 forks source link

firstboot: YAML nesting error - `zvm_internal_ip_address` exposed in the ELAN #185

Closed viccross closed 1 year ago

viccross commented 1 year ago

In the regen-certificates playbook, the z/VM Internal IP address is added to the certificates. This IP address is specified at system build time, and as a result is not provided as a fact in the inventory on the destination ELAN. However, the playbook calls for this fact due to an error in the use of Jinja2 raw tags.