Files
@ 7cabc17c71c3
Branch filter:
Location: majic-ansible-roles/roles/backup_client/molecule/default/molecule.yml - annotation
7cabc17c71c3
1.6 KiB
text/x-yaml
MAR-218: Quote all octal values in YAML files:
- Fixes linting errors, and ensures there is no ambiguity in case of
YAML specification changes.
- Fixes linting errors, and ensures there is no ambiguity in case of
YAML specification changes.
88290d45ad87 88290d45ad87 94cf74211121 94cf74211121 94cf74211121 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 88290d45ad87 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 | ---
dependency:
name: galaxy
enabled: false
driver:
name: vagrant
provider:
name: virtualbox
# 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"
scenario:
name: default
verifier:
name: testinfra
|