diff --git a/README.md b/README.md index 83956b5..70620c7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ platforms: network_mode: vmnet-shared # optional, default is user network_extra_args: "" # optional, only used when network_mode: user network_ssh_port: 2222 # optional, default is 22 - network_ssh_user: root # optional, default is root + network_ssh_user: ansible # optional, default is ansible vm_cpus: 1 # optional, default is 1 vm_memory: 512 # optional, default is 512 @@ -84,7 +84,7 @@ platforms: Driver depends on: -- QEMU (tested with 8.0.2, 8.0.4) +- QEMU (tested with 8.0.2, 8.0.4, 8.1.0) - mkisofs (tested with 3.02a09) Install QEMU and CDRTools on macOS: diff --git a/molecule_qemu/playbooks/create.yml b/molecule_qemu/playbooks/create.yml index d5e975b..2c91915 100644 --- a/molecule_qemu/playbooks/create.yml +++ b/molecule_qemu/playbooks/create.yml @@ -162,7 +162,6 @@ - name: Install EDK II for supported platforms loop: - - x86_64 - aarch64 ansible.builtin.copy: src: "edk2-{{ item }}.fd" @@ -285,8 +284,8 @@ -display none -daemonize -pidfile {{ item.path_pid }} - -bios {{ molecule_driver_directory }}/edk2-{{ item.image_arch }}.fd {% if item.image_arch == 'aarch64' %} + -bios {{ molecule_driver_directory }}/edk2-{{ item.image_arch }}.fd -machine virt {% if qemu_cap_hvf and item.image_arch == ansible_machine %} -cpu host diff --git a/molecule_qemu/playbooks/edk2-x86_64.fd b/molecule_qemu/playbooks/edk2-x86_64.fd deleted file mode 100644 index c7b9da0..0000000 Binary files a/molecule_qemu/playbooks/edk2-x86_64.fd and /dev/null differ