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
looking for uyuni docs and open manually repo bootstrap I saw that URL its working just https but bootstrap.yml (roles/client/tasks/bootstrap.yml) are set to using http
What does your setup look like (version, deployment type)? Usually http should work without any issues. I went for http instead of https because of certificate issues when using self-signed certificates. But I could address this with a parameter.
When I using uyuni collection to bootstrap a few linux servers, AWX show me following error:
"HTTP Error 404: 404", "status_code": 404, "url": "http://myuyunifqdn/pub/bootstrap/bootstrap-oraclelinux8.9.sh"}
looking for uyuni docs and open manually repo bootstrap I saw that URL its working just https but bootstrap.yml (roles/client/tasks/bootstrap.yml) are set to using http
ansible.builtin.get_url:
url: "http://{{ uyuni_server }}/pub/bootstrap/{{ uyuni_bootstrap_filename }}"
dest: "{{ uyuni_bootstrap_folder }}/bootstrap.sh"
The text was updated successfully, but these errors were encountered: