Skip to content

Commit 6431fa3

Browse files
author
Donald Morton
committed
Add port forwarding for Beats testing.
1 parent 01a2692 commit 6431fa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

molecule/ui/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ platforms:
1515
cpus: 1
1616
instance_raw_config_args:
1717
- "vm.network 'forwarded_port', guest: 80, host: 9000"
18+
- "vm.network 'forwarded_port', guest: 5044, host: 5044, protocol: 'tcp'"
1819
- "vm.network 'forwarded_port', guest: 12201, host: 12201, protocol: 'udp'"
1920
provisioner:
2021
name: ansible

0 commit comments

Comments
 (0)