Skip to content

Commit

Permalink
packer-rocm/build: add Ansible prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlay2amd committed Nov 1, 2024
1 parent d454e73 commit cf58823
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packer-rocm/playbooks/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
packer_prereqs:
common:
- qemu-kvm # provides builder as a Virtual Machine; meta-package
- ansible # configures the builder VM with 'amdgpu', 'ROCm', and more
- git # 'ansible-pull' requires 'git' to clone; should be installed already
- rsync # synchronize module
- xorriso # cloud-init data
Expand All @@ -30,6 +31,9 @@
- edk2-ovmf # firmware
- e2fsprogs # provides 'fuse2fs', tarball/image work
- nbdkit-nbd-plugin
# following two collections are provided by 'ansible' on Ubuntu; not so on EL/derivatives
- ansible-collection-community-general
- ansible-collection-ansible-posix
Debian:
- ovmf
- libnbd-bin
Expand Down

0 comments on commit cf58823

Please sign in to comment.