Files
@ a4669a111e0f
Branch filter:
Location: majic-ansible-roles/roles/backup_client/molecule/default/molecule.yml - annotation
a4669a111e0f
1.7 KiB
text/x-yaml
MAR-239: Drop Debian 11 Bullseye from metadata of all roles, fix configuration file headings.
88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 9882e078677e 9882e078677e 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 12e2e1882f77 88290d45ad87 12e2e1882f77 88290d45ad87 88290d45ad87 7974b2d60f7d 7974b2d60f7d 88290d45ad87 88290d45ad87 a718023f9e76 88290d45ad87 88290d45ad87 9f0a023d7371 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 12e2e1882f77 88290d45ad87 88290d45ad87 88290d45ad87 1bf0f41d1854 1bf0f41d1854 e75d5d4fba3b 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 | ---
dependency: {}
driver:
name: vagrant
provider:
name: virtualbox
lint:
name: yamllint
options:
config-file: ../../.yamllint.yml
# NOTE: Hostnames are shortened because default values for backup
# usernames are calculated by appending hostname to the "bak-" string,
# which will easily exceed the maximum username length of 32. Yay
# stupid legacy design decisions!
platforms:
- name: backup-server
box: debian/bookworm64
memory: 512
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
interfaces:
- auto_config: true
ip: 192.168.56.10
network_name: private_network
type: static
- name: param-mandatory-bookworm
groups:
- parameters-mandatory
box: debian/bookworm64
memory: 256
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
interfaces:
- auto_config: true
ip: 192.168.56.20
network_name: private_network
type: static
- name: param-optional-bookworm
groups:
- parameters-optional
box: debian/bookworm64
memory: 256
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
interfaces:
- auto_config: true
ip: 192.168.56.21
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
|