Files @ 0a6b8255f0b7
Branch filter:

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

branko
MAR-131: Use Python 3 in test site wsgihello2 role:

- Switch role to use Python 3 via meta dependency.
- Fix the demo application to work with Python 3.
- Update ipcalc dependency (so it would work with Python 3).
---

dependency: {}

driver:
  name: vagrant
  provider:
    name: virtualbox

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

platforms:

  - name: php-website-jessie64
    groups:
      - parameters-mandatory
    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