Files @ 4f29bd1aa05b
Branch filter:

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

branko
MAR-181: Drop support for Debian 9 Stretch from the xmpp_server role:

- Switch to using IPs from VirtualBox default allowed host-only
network subnets.
- Drop Stretch-specific workarounds, code, and tests.
---

dependency: {}

driver:
  name: vagrant
  provider:
    name: virtualbox

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

platforms:

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

  - name: parameters-optional-buster64
    groups:
      - parameters-optional
    box: debian/contrib-buster64
    memory: 256
    cpus: 1

  - name: parameters-optional-with-overrides-buster64
    groups:
      - parameters-optional-with-overrides
    box: debian/contrib-buster64
    memory: 256
    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