Files @ b5ed796b566a
Branch filter:

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

branko
MAR-129: Updated wsgi_website role for Ansible 2.5.x and new Molecule:

- Include top-level linting configuration in test configuration file.
- Fixed linting errors.
- Updated Ansible deprecation warnings related to use of
state=installed with apt module.
- Updated how hosts are being referenced in tests.
- Rename the 'ss' utility in order to properly test socket
connectivity as a workaround for Testinfra bug.
---

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