Files
@ 439fa9ea81b6
Branch filter:
Location: majic-ansible-roles/roles/backup_server/molecule/default/molecule.yml - annotation
439fa9ea81b6
1.2 KiB
text/x-yaml
MAR-239: Dropped support for Debian 11 Bullseye from the preseed role.
ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f 55d6b2e2f4f3 55d6b2e2f4f3 ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a 2c24e973d44a ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f 1bf0f41d1854 1bf0f41d1854 e75d5d4fba3b ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f | ---
dependency: {}
driver:
name: vagrant
provider:
name: virtualbox
lint:
name: yamllint
options:
config-file: ../../.yamllint.yml
platforms:
- name: parameters-mandatory-bookworm
groups:
- parameters-mandatory
box: debian/bookworm64
memory: 384
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
interfaces:
- auto_config: true
ip: 192.168.56.31
network_name: private_network
type: static
- name: parameters-optional-bookworm
groups:
- parameters-optional
box: debian/bookworm64
memory: 384
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
interfaces:
- auto_config: true
ip: 192.168.56.32
network_name: private_network
type: static
provisioner:
name: ansible
config_options:
defaults:
force_valid_group_names: "ignore"
interpreter_python: "/usr/bin/python3"
ssh_connection:
pipelining: "True"
lint:
name: ansible-lint
scenario:
name: default
verifier:
name: testinfra
lint:
name: flake8
|