Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap failed because are using http #40

Open
alessandronetov8 opened this issue Jan 23, 2024 · 1 comment
Open

bootstrap failed because are using http #40

alessandronetov8 opened this issue Jan 23, 2024 · 1 comment
Assignees

Comments

@alessandronetov8
Copy link

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

  • name: Download Uyuni bootstrap script
    ansible.builtin.get_url:
    url: "http://{{ uyuni_server }}/pub/bootstrap/{{ uyuni_bootstrap_filename }}"
    dest: "{{ uyuni_bootstrap_folder }}/bootstrap.sh"
@stdevel
Copy link
Owner

stdevel commented Jan 24, 2024

Hi @alessandronetov8,
thanks for pointing out!

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.

@stdevel stdevel self-assigned this Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants