Files
@ 257af1cc70e9
Branch filter:
Location: majic-ansible-roles/roles/ldap_client/molecule/default/molecule.yml - annotation
257af1cc70e9
1.4 KiB
text/x-yaml
MAR-239: Dropped support for Debian 11 Bullseye from the database_server role.
7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 62014a66e35f 62014a66e35f 7180fd36dda8 7180fd36dda8 7180fd36dda8 c89b5e6609a4 c89b5e6609a4 c89b5e6609a4 c89b5e6609a4 c89b5e6609a4 c89b5e6609a4 7974b2d60f7d 7974b2d60f7d c89b5e6609a4 c89b5e6609a4 c89b5e6609a4 c89b5e6609a4 c89b5e6609a4 c89b5e6609a4 c89b5e6609a4 7974b2d60f7d 7974b2d60f7d c89b5e6609a4 5fa7e5872446 5fa7e5872446 5fa7e5872446 5fa7e5872446 5fa7e5872446 5fa7e5872446 5fa7e5872446 5fa7e5872446 5fa7e5872446 5fa7e5872446 5fa7e5872446 5fa7e5872446 5fa7e5872446 5fa7e5872446 5fa7e5872446 5fa7e5872446 5fa7e5872446 5fa7e5872446 7180fd36dda8 7180fd36dda8 7180fd36dda8 1bf0f41d1854 1bf0f41d1854 e75d5d4fba3b 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 7180fd36dda8 | ---
dependency: {}
driver:
name: vagrant
provider:
name: virtualbox
lint:
name: yamllint
options:
config-file: ../../.yamllint.yml
platforms:
- name: parameters-mandatory-bullseye
groups:
- parameters-mandatory
box: debian/bullseye64
memory: 256
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
- name: parameters-optional-bullseye
groups:
- parameters-optional
box: debian/bullseye64
memory: 256
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
- name: parameters-mandatory-bookworm
groups:
- parameters-mandatory
box: debian/bookworm64
memory: 384
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
- name: parameters-optional-bookworm
groups:
- parameters-optional
box: debian/bookworm64
memory: 384
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
|