mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1356] deploying with ansible-playbook #413
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#413
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jesse-cain on GitHub (Dec 5, 2023).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1356
Appears that the Ansible deploy is not compatible with newer versions, at least from Ubuntu Repositories.
Discussed in https://github.com/orgs/netbootxyz/discussions/1355
Originally posted by jesse-cain December 5, 2023
I followed the simple instructions found. Built new server, installed ansible git apache2 and cloned the GitHub repo.
When I try to run the deployment
ansible-playbook -i inventory site.ymlI get errors. I tried to locate errors in the yml but I am just not that familiar with yaml or ansible.Error:
ERROR! this task 'ansible.builtin.include_tasks' has extra params, which is only allowed in the following modules: meta, include_role, command, set_fact, group_by, script, win_shell, import_tasks, add_host, include_vars, include, win_command, import_role, raw, shell, include_tasks
The error appears to be in '/opt/netboot/roles/netbootxyz/tasks/main.yml': line 7, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
name: Generate menus
^ here
Thanks,