Files
@ 694893c0259a
Branch filter:
Location: majic-ansible-roles/roles/database_server/molecule/default/molecule.yml - annotation
694893c0259a
605 B
text/x-yaml
MAR-218: Fix linting errors for unnamed plays:
- All plays should be named at this point.
- Improve naming of some plays.
- Group some of the common tasks together to speed-up the prepare
step.
- Minor refactoring to make the prepare playbooks more consistent
across the roles.
- All plays should be named at this point.
- Improve naming of some plays.
- Group some of the common tasks together to speed-up the prepare
step.
- Minor refactoring to make the prepare playbooks more consistent
across the roles.
fc2c451981c8 fc2c451981c8 94cf74211121 94cf74211121 94cf74211121 fc2c451981c8 fc2c451981c8 fc2c451981c8 fc2c451981c8 fc2c451981c8 fc2c451981c8 fc2c451981c8 fc2c451981c8 2e3f14bc1505 2e3f14bc1505 2e3f14bc1505 2e3f14bc1505 2e3f14bc1505 2e3f14bc1505 2e3f14bc1505 2e3f14bc1505 2e3f14bc1505 fc2c451981c8 fc2c451981c8 fc2c451981c8 1bf0f41d1854 1bf0f41d1854 e75d5d4fba3b fc2c451981c8 fc2c451981c8 fc2c451981c8 fc2c451981c8 fc2c451981c8 fc2c451981c8 fc2c451981c8 fc2c451981c8 | ---
dependency:
name: galaxy
enabled: false
driver:
name: vagrant
provider:
name: virtualbox
platforms:
- name: parameters-mandatory-bookworm
groups:
- parameters-mandatory
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"
scenario:
name: default
verifier:
name: testinfra
|