Files
@ 1cc95d998f7c
Branch filter:
Location: majic-ansible-roles/roles/php_website/molecule/default/molecule.yml - annotation
1cc95d998f7c
761 B
text/x-yaml
MAR-197: Implement collapsible environment indicator for web server role.
92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 14eb78a4f466 14eb78a4f466 92011aae7258 92011aae7258 92011aae7258 cc70e8ad7abd cc70e8ad7abd cc70e8ad7abd cc70e8ad7abd cc70e8ad7abd cc70e8ad7abd cc70e8ad7abd 7974b2d60f7d 7974b2d60f7d cc70e8ad7abd 92011aae7258 92011aae7258 7dd7757be724 7dd7757be724 92011aae7258 1bf0f41d1854 1bf0f41d1854 e75d5d4fba3b 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 | ---
dependency: {}
driver:
name: vagrant
provider:
name: virtualbox
lint:
name: yamllint
options:
config-file: ../../.yamllint.yml
platforms:
- name: php-website-bullseye
groups:
- parameters-mandatory
- parameters-optional
box: debian/bullseye64
memory: 512
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
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
|