Files
@ 6844c0a01173
Branch filter:
Location: majic-ansible-roles/roles/php_website/molecule/default/molecule.yml - annotation
6844c0a01173
646 B
text/x-yaml
MAR-150: Use fixtures for X.509 artefacts in the mail_server role:
- Removed the statically generated artefacts.
- Generate X.509 artefacts for tests using Gimmecert.
- Updated paths to point to generated artefacts.
- Introduced cleanup playbook for removing generated artefacts.
- Increase allocated RAM for the mail server to avoid OOM and
swapping.
- Removed the statically generated artefacts.
- Generate X.509 artefacts for tests using Gimmecert.
- Updated paths to point to generated artefacts.
- Introduced cleanup playbook for removing generated artefacts.
- Increase allocated RAM for the mail server to avoid OOM and
swapping.
92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 92011aae7258 14eb78a4f466 14eb78a4f466 92011aae7258 92011aae7258 92011aae7258 ff510f233909 ff510f233909 ff510f233909 ff510f233909 ff510f233909 ff510f233909 ff510f233909 ff510f233909 ff510f233909 92011aae7258 92011aae7258 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-stretch64
groups:
- parameters-mandatory
- parameters-optional
- stretch
box: debian/contrib-stretch64
memory: 512
cpus: 1
provisioner:
name: ansible
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
|