Files
@ c10934519e18
Branch filter:
Location: majic-ansible-roles/roles/backup_server/molecule/default/molecule.yml - annotation
c10934519e18
1.1 KiB
text/x-yaml
MAR-218: Switch to using fully-qualified collection names for all tasks:
- Ensures there is no ambiguity when invoking a module.
- Ensures there is no ambiguity when invoking a module.
ef201fa5ec5f ef201fa5ec5f 94cf74211121 94cf74211121 94cf74211121 ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f ef201fa5ec5f 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 | ---
dependency:
name: galaxy
enabled: false
driver:
name: vagrant
provider:
name: virtualbox
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"
scenario:
name: default
verifier:
name: testinfra
|