Files @ 30d5b3fa5b93
Branch filter:

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

branko
MAR-132: Added support for Debian 9 (Stretch) to database_server role:

- Updated Molecule test configuration to include Debian 9 Stretch in
test matrix.
- Updated tests related to UTF-8 configuration (differences between
Debian 8 and 9).
- Deploy UTF-8 configuration in alternate locations depending on what
distro is being used.
- Force set-up of root password on Debian Stretch (default is to use
the unix_socket authentication).
---

dependency: {}

driver:
  name: vagrant
  provider:
    name: virtualbox

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

platforms:

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

  - name: parameters-optional-jessie64
    groups:
      - parameters-optional
      - backup-server
    box: debian/contrib-jessie64
    memory: 512
    cpus: 1

provisioner:
  name: ansible
  config_options:
    ssh_connection:
      pipelining: "True"
  lint:
    name: ansible-lint

scenario:
  name: default

verifier:
  name: testinfra
  lint:
    name: flake8