--- dependency: name: galaxy enabled: false driver: name: vagrant provider: name: virtualbox platforms: - name: parameters-mandatory-bookworm groups: - parameters-mandatory box: debian/bookworm64 memory: 256 cpus: 1 # @WORKAROUND: Boot-time hanging due to clock source # Prevents the VMs from hanging during boot time, seems # related to VirtualBox KVM-compatible clock # implementation. Might be possible to alleviate by switching # to VirtualBox > 6.1. Workaround needs to be removed from all # roles/tests in that case. provider_raw_config_args: - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" - name: parameters-optional-bookworm groups: - parameters-optional box: debian/bookworm64 memory: 256 cpus: 1 provider_raw_config_args: - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" provisioner: name: ansible config_options: defaults: force_valid_group_names: "ignore" interpreter_python: "/usr/bin/python3" force_handlers: "True" ssh_connection: pipelining: "True" scenario: name: default verifier: name: testinfra