Files @ 0255167ebb5e
Branch filter:

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

branko
MAR-132: Fixed creation of test LDAP entries mail_server role tests:

- Do not use the ldap_entries option of the ldap_server role.
- Invoke the ldap_entry and ldap_attr modules directly.
---

dependency: {}

driver:
  name: vagrant
  provider:
    name: virtualbox

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

platforms:

  - name: wsgi-website-jessie64
    groups:
      - wsgi-website
    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