summaryrefslogtreecommitdiffstats
path: root/ansible/roles/vncserver/molecule/ubuntu/molecule.yml
blob: d821cd73546302d65b69eb718a0869fecb0bb649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
dependency:
  name: galaxy
driver:
  name: docker
lint:
  name: yamllint
platforms:
  - name: infrastructure-server
    image: molecule-${PREBUILD_PLATFORM_DISTRO:-ubuntu}:${PREBUILD_DISTRO_VERSION:-18.04}
    pre_build_image: True
    privileged: true
    volumes:
      - /var/lib/docker
    override_command: False
    groups:
      - infrastructure
provisioner:
  name: ansible
  lint:
    name: ansible-lint
  playbooks:
    prepare: ../default/prepare.yml
    converge: ../default/playbook.yml
    cleanup: ../default/cleanup.yml
  env:
    ANSIBLE_ROLES_PATH: ../../../../test/roles
  inventory:
    links:
      group_vars: ../../../../group_vars
scenario:
  name: ubuntu
verifier:
  name: testinfra
  lint:
    name: flake8
  options:
    v: 1
  directory: ../default/tests/