blob: 51bb4fdad6369194890e56a2f7f56deb8e58f43c [file] [log] [blame]
Zack Williamsbecdc0e2022-03-26 07:08:25 -07001---
2# openvpn molecule/default/molecule.yml
3#
4# SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7dependency:
8 name: galaxy
9driver:
10 name: docker
11platforms:
12 - name: "ubuntu-18.04-priv"
13 image: "quay.io/paulfantom/molecule-systemd:ubuntu-18.04"
14 privileged: true
15 volumes:
16 - "/sys/fs/cgroup:/sys/fs/cgroup:ro"
17 - name: "debian-11-priv"
18 image: "onfinfra/molecule-systemd:debian-11"
19 privileged: true
20 volumes:
21 - "/sys/fs/cgroup:/sys/fs/cgroup:ro"
22provisioner:
23 name: ansible
24 inventory:
25 host_vars:
26 debian-11-priv:
27 ansible_python_interpreter: /usr/bin/python3
28 ubuntu-18.04-priv:
29 ansible_python_interpreter: /usr/bin/python3
30verifier:
31 name: ansible