Files
@ 2b1876b2ca07
Branch filter:
Location: majic-ansible-roles/roles/web_server/molecule/default/molecule.yml - annotation
2b1876b2ca07
1.5 KiB
text/x-yaml
MAR-218: Update the name of playbook when setting up Molecule instances:
- Fixes Molecule deprecation warnings.
- Fixes Molecule deprecation warnings.
eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c a5f4c1ec6853 a5f4c1ec6853 eee778bc2d7c eee778bc2d7c eee778bc2d7c fc2c40c98e0c ab20d5b216c4 34dffc4a5ea3 34dffc4a5ea3 7974b2d60f7d 7974b2d60f7d 34dffc4a5ea3 34dffc4a5ea3 fc2c40c98e0c 34dffc4a5ea3 34dffc4a5ea3 34dffc4a5ea3 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 ab20d5b216c4 eee778bc2d7c eee778bc2d7c 70ed9e45e116 70ed9e45e116 eee778bc2d7c 1bf0f41d1854 1bf0f41d1854 e75d5d4fba3b eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c eee778bc2d7c | ---
dependency: {}
driver:
name: vagrant
provider:
name: virtualbox
lint:
name: yamllint
options:
config-file: ../../.yamllint.yml
platforms:
- name: client
box: debian/bookworm64
memory: 256
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
interfaces:
- auto_config: true
ip: 192.168.56.11
network_name: private_network
type: static
- name: parameters-mandatory-bookworm
groups:
- parameters-mandatory
- bookworm
box: debian/bookworm64
memory: 512
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
- name: parameters-optional-bookworm
groups:
- parameters-optional
- bookworm
box: debian/bookworm64
memory: 512
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
interfaces:
- auto_config: true
ip: 192.168.56.22
network_name: private_network
type: static
provisioner:
name: ansible
playbooks:
cleanup: cleanup.yml
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
|