Closed fsbano closed 4 years ago
You can validate the output with this external playbook
cat > install-config-proxy.yaml<<EOF
ansible-playbook install-config-proxy.yaml
Regards, Fábio Sbano
This is addressed in the latest PR. To pick up the cert correctly, I have transformed the install-config.yml
into a dictionary, used Ansible to add additionalTrustBundle
to the dictionary and then converted it back to YAML. This places the certificate content as per YAML syntax and doesn't use temporary files.
I ran several tests on your PR and couldn't make it to work. With changes on the HEAD, one can add a proxy
section to the group_vars/all.yml
and choose the enabled
field that you desired to toggle inclusion/exclusion of proxy information upon deployment. Please refer to README.md for more details.
Thanks for all of your work. You motivated me to look into this and address this promptly.
@vchintal
Great ! 💯
Regards, Fábio Sbano
Sample template output