From 83422fafc29b42a86d87fe0355bc67b26c0155b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Fri, 20 Oct 2023 14:07:40 +0200 Subject: [PATCH] test: provide external access to Apache webserver through tcp/8080 for running tests on the VM host's browser --- molecule/virtualbox/molecule.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/molecule/virtualbox/molecule.yml b/molecule/virtualbox/molecule.yml index fb18e37..3428be2 100644 --- a/molecule/virtualbox/molecule.yml +++ b/molecule/virtualbox/molecule.yml @@ -22,6 +22,10 @@ platforms: config_options: ssh.keep_alive: yes ssh.remote_user: "lza" + interfaces: + - network_name: forwarded_port + guest: 80 + host: 8080 provisioner: name: ansible log: true -- GitLab