Current Series Release Notes¶
19.3.0-5¶
New Features¶
Adds variables to configure authentication parameters in the
bifrost-ironic-install
role, where IPA images are downloaded. The new variables areipa_download_url_username
,ipa_download_url_password
,ipa_download_force_basic_auth
andipa_download_unredirected_headers
. Ramdisk and kernel images can be separately configured usingipa_ramdisk
/ipa_kernel
prefixes, e.g.ipa_ramdisk_download_url_username
. See documentation of the get_url and uri Ansible modules for more details on how to use these variables.