blob: 3b259b29f6d2313db3808c1618c6558410aa447d [file] [log] [blame]
Zack Williamsf809afe2021-02-11 17:46:12 -07001---
2# chrony molecule/default/molecule.yml
3#
4# SPDX-FileCopyrightText: © 2021 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"
Zack Williamsd126d772022-01-31 23:12:47 -070017 - name: "debian-11-priv"
18 image: "onfinfra/molecule-systemd:debian-11"
19 privileged: true
20 volumes:
21 - "/sys/fs/cgroup:/sys/fs/cgroup:ro"
Zack Williamsf809afe2021-02-11 17:46:12 -070022provisioner:
23 name: ansible
24 inventory:
25 host_vars:
26 ubuntu-18.04-priv:
27 ntp_client_allow:
28 - "10.0.0.1/24"
29verifier:
30 name: ansible