Files @ 9ca9c3ada58a
Branch filter:

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

branko
MAR-181: Use Debian-provided Prosody package for testing optional parameter:

- Still properly tests the role, while at the same time making it
possible to use custom apt repository for Debian Buster (due to
Prosody project dropping all repository archives for it).
---

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: 512
    cpus: 1

  - name: parameters-optional-buster64
    groups:
      - parameters-optional
      - backup-server
    box: debian/contrib-buster64
    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