Files
@ 9b4e37134277
Branch filter:
Location: majic-ansible-roles/roles/database/molecule/default/molecule.yml - annotation
9b4e37134277
962 B
text/x-yaml
MAR-239: Dropped support for Debian 11 Bullseye from the database role.
8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 fdba88395073 fdba88395073 8278ff584984 8278ff584984 8278ff584984 454b37647396 454b37647396 454b37647396 454b37647396 454b37647396 454b37647396 454b37647396 454b37647396 454b37647396 454b37647396 454b37647396 454b37647396 454b37647396 454b37647396 454b37647396 454b37647396 454b37647396 454b37647396 454b37647396 8278ff584984 8278ff584984 8278ff584984 1bf0f41d1854 1bf0f41d1854 e75d5d4fba3b 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 | ---
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: 512
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
- name: parameters-optional-bookworm
groups:
- parameters-optional
- backup-server
box: debian/bookworm64
memory: 512
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
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
|