aboutsummaryrefslogtreecommitdiffhomepage
path: root/molecule/features/molecule.yml
blob: ae3d9484c0166fa13d5d46fa521a114f3ec1d924 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
dependency:
  name: galaxy
driver:
  name: docker
platforms:
  - name: instance-features
    image: jrei/systemd-ubuntu:20.04
    privileged: true
    command: /lib/systemd/systemd
    tmpfs:
      - /run
    volumes:
      - /sys/fs/cgroup:/sys/fs/cgroup:ro
provisioner:
  name: ansible
  inventory:
    links:
      host_vars: host_vars/
verifier:
  name: ansible