We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
download-iso-pxe
While the user specifies the discovery.iso in his system, extracting of this ISO results in an error as shown
discovery.iso
fatal: [localhost]: FAILED! => { "image": "/tmp/download-iso-pxe/discovery_image_testcluster1.iso" } }, "msg": "Directory '/var/lib/tftpboot' does not exist" }
playbook.yml has
playbook.yml
--- - hosts: localhost roles: - download-iso-pxe vars: ARCH: x86 URL: http://<ipv4-ip>:8080 CLUSTER_ID: "*********" ISO_NAME: "discovery_image_testcluster1.iso" HTTP_DIR: "/var/www/html/pxe"
The text was updated successfully, but these errors were encountered:
I'm working on adding a PR for this issue :)
Sorry, something went wrong.
No branches or pull requests
While the user specifies the
discovery.iso
in his system, extracting of this ISO results in an error as shownplaybook.yml
hasThe text was updated successfully, but these errors were encountered: