50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
YAML
|
---
|
||
|
.hardware: &hardware
|
||
|
memory: 1024
|
||
|
cpu: 2
|
||
|
|
||
|
dependency:
|
||
|
name: galaxy
|
||
|
driver:
|
||
|
name: vagrant
|
||
|
provider:
|
||
|
name: virtualbox
|
||
|
platforms:
|
||
|
- name: debian-buster.mol
|
||
|
box: debian/buster64
|
||
|
<<: *hardware
|
||
|
interfaces:
|
||
|
- network_name: private_network
|
||
|
type: dhcp
|
||
|
auto_config: true
|
||
|
- network_name: forwarded_port
|
||
|
guest: 80
|
||
|
host: 18080
|
||
|
- network_name: forwarded_port
|
||
|
guest: 443
|
||
|
host: 18443
|
||
|
options:
|
||
|
append_platform_to_hostname: no
|
||
|
- name: ubuntu-focal.mol
|
||
|
box: ubuntu/focal64
|
||
|
<<: *hardware
|
||
|
interfaces:
|
||
|
- network_name: private_network
|
||
|
type: dhcp
|
||
|
auto_config: true
|
||
|
- network_name: forwarded_port
|
||
|
guest: 80
|
||
|
host: 28080
|
||
|
- network_name: forwarded_port
|
||
|
guest: 443
|
||
|
host: 28443
|
||
|
options:
|
||
|
append_platform_to_hostname: no
|
||
|
provisioner:
|
||
|
name: ansible
|
||
|
config_options:
|
||
|
defaults:
|
||
|
interpreter_python: /usr/bin/python3
|
||
|
vault_password_file: "${MOLECULE_PROJECT_DIRECTORY}/../../.vault.secret"
|
||
|
verifier:
|
||
|
name: ansible
|