2020-12-06 14:10:29 +01:00
|
|
|
---
|
|
|
|
.hardware: &hardware
|
|
|
|
memory: 1024
|
|
|
|
cpu: 2
|
|
|
|
|
|
|
|
dependency:
|
|
|
|
name: galaxy
|
|
|
|
driver:
|
|
|
|
name: vagrant
|
|
|
|
provider:
|
|
|
|
name: virtualbox
|
|
|
|
platforms:
|
|
|
|
- name: buster-mumble-molecule
|
|
|
|
box: debian/buster64
|
|
|
|
<<: *hardware
|
|
|
|
interfaces:
|
2020-12-06 19:37:02 +01:00
|
|
|
# Mumble web client
|
2020-12-06 14:10:29 +01:00
|
|
|
- network_name: forwarded_port
|
|
|
|
guest: 80
|
|
|
|
host: 8080
|
|
|
|
- network_name: forwarded_port
|
|
|
|
guest: 443
|
|
|
|
host: 8443
|
2020-12-06 19:37:02 +01:00
|
|
|
# Murmur server
|
2020-12-06 14:10:29 +01:00
|
|
|
- network_name: forwarded_port
|
|
|
|
guest: 64738
|
|
|
|
host: 14738
|
|
|
|
protocol: udp
|
|
|
|
- network_name: forwarded_port
|
|
|
|
guest: 64738
|
|
|
|
host: 14738
|
|
|
|
protocol: tcp
|
2020-12-06 19:37:02 +01:00
|
|
|
# Umurmur server
|
|
|
|
- network_name: forwarded_port
|
|
|
|
guest: 64739
|
|
|
|
host: 14739
|
|
|
|
protocol: udp
|
|
|
|
- network_name: forwarded_port
|
|
|
|
guest: 64739
|
|
|
|
host: 14739
|
|
|
|
protocol: tcp
|
2020-12-06 14:10:29 +01:00
|
|
|
- name: focal-mumble-molecule
|
|
|
|
box: ubuntu/focal64
|
|
|
|
<<: *hardware
|
|
|
|
interfaces:
|
2020-12-06 19:37:02 +01:00
|
|
|
# Mumble web client
|
2020-12-06 14:10:29 +01:00
|
|
|
- network_name: forwarded_port
|
|
|
|
guest: 80
|
|
|
|
host: 9080
|
|
|
|
- network_name: forwarded_port
|
|
|
|
guest: 443
|
|
|
|
host: 9443
|
2020-12-06 19:37:02 +01:00
|
|
|
# Murmur server
|
2020-12-06 14:10:29 +01:00
|
|
|
- network_name: forwarded_port
|
|
|
|
guest: 64738
|
|
|
|
host: 24738
|
|
|
|
protocol: udp
|
|
|
|
- network_name: forwarded_port
|
|
|
|
guest: 64738
|
|
|
|
host: 24738
|
|
|
|
protocol: tcp
|
2020-12-06 19:37:02 +01:00
|
|
|
# Umurmur server
|
|
|
|
- network_name: forwarded_port
|
|
|
|
guest: 64739
|
|
|
|
host: 24739
|
|
|
|
protocol: udp
|
|
|
|
- network_name: forwarded_port
|
|
|
|
guest: 64739
|
|
|
|
host: 24739
|
|
|
|
protocol: tcp
|
2020-12-06 14:10:29 +01:00
|
|
|
provisioner:
|
|
|
|
name: ansible
|
|
|
|
config_options:
|
|
|
|
defaults:
|
|
|
|
interpreter_python: /usr/bin/python3
|
|
|
|
ssh_connection:
|
|
|
|
pipelining: true
|
|
|
|
verifier:
|
|
|
|
name: ansible
|