Files @ 3c03c2ea9d2a
Branch filter:

Location: majic-ansible-roles/roles/backup_server/molecule/default/molecule.yml - annotation

branko
MAR-128: Upgraded tests for bootstrap role:

- Switch to new Molecule configuration.
- Updated set-up playbook to use become: yes.
- Moved some preparatory steps outside of the main playbook (eases
idempotence tests).
- Updated tests to reference the yml inventory file.
- Updated tests to use new fixture (host instead of individual ones).
- Fixed some linting issues.
---

dependency: {}

driver:
  name: vagrant
  provider:
    name: virtualbox

lint:
  name: yamllint

platforms:

  - name: parameters-mandatory-jessie64
    groups:
      - parameters-mandatory
    box: debian/contrib-jessie64
    memory: 256
    cpus: 1
    interfaces:
      - auto_config: true
        ip: 10.31.127.10
        network_name: private_network
        type: static

  - name: parameters-optional-jessie64
    groups:
      - parameters-optional
    box: debian/contrib-jessie64
    memory: 256
    cpus: 1
    interfaces:
      - auto_config: true
        ip: 10.31.127.11
        network_name: private_network
        type: static

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

scenario:
  name: default

verifier:
  name: testinfra
  lint:
    name: flake8