--- dependency: name: galaxy options: role-file: requirements.yml driver: name: vagrant provider: name: virtualbox platforms: - name: ubuntu-2004 box: generic/ubuntu2004 memory: 8192 cpus: 4 instance_raw_config_args: # Forward the necessary ports for your app (if any) # - "vm.network 'forwarded_port', guest: 1880, host: 1880" provisioner: name: ansible become: true verifier: name: ansible lint: | set -e yamllint . ansible-lint .