Files @ cc53faac4b27
Branch filter:

Location: majic-ansible-roles/roles/database_server/molecule/default/molecule.yml

branko
MAR-189: Shift the IP addresses around a bit in the mail_server role tests.
---

dependency: {}

driver:
  name: vagrant
  provider:
    name: virtualbox

lint:
  name: yamllint
  options:
    config-file: ../../.yamllint.yml

platforms:

  - name: parameters-mandatory-buster
    groups:
      - parameters-mandatory
    box: debian/contrib-buster64
    memory: 512
    cpus: 1

  - name: parameters-mandatory-bullseye
    groups:
      - parameters-mandatory
    box: debian/bullseye64
    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