summaryrefslogtreecommitdiffstats
path: root/ansible/roles/chrony/molecule/external_time_source_ubuntu/molecule.yml
blob: 6cc2854a0f4ad3ab4646caeb197182f72af0d4ed (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
40
41
42
43
44
45
46
47
48
49
50
---
dependency:
  name: galaxy
driver:
  name: docker
lint:
  name: yamllint
platforms:
  - name: infra_host-ubuntu
    image: molecule-${PREBUILD_PLATFORM_DISTRO:-ubuntu}:${PREBUILD_DISTRO_VERSION:-18.04}
    pre_build_image: True
    privileged: true
    volume_mounts:
      - "/sys/fs/cgroup:/sys/fs/cgroup:ro"
    override_command: False
    groups:
      - infrastructure
  - name: node0-ubuntu
    image: molecule-${PREBUILD_PLATFORM_DISTRO:-ubuntu}:${PREBUILD_DISTRO_VERSION:-18.04}
    pre_build_image: True
    privileged: true
    volume_mounts:
      - "/sys/fs/cgroup:/sys/fs/cgroup:ro"
    override_command: False
    groups:
      - kubernetes
provisioner:
  name: ansible
  lint:
    name: ansible-lint
  env:
    ANSIBLE_ROLES_PATH: ../../../../test/roles
  inventory:
    group_vars:
      all:
        timesync:
          servers:
            - 0.pool.ntp.org
            - 1.pool.ntp.org
          timezone: Europe/Warsaw
  playbooks:
    prepare: ../default/prepare.yml
    converge: ../external_time_source/playbook.yml
verifier:
  name: testinfra
  lint:
    name: flake8
  options:
    v: 1
  directory: ../default/tests/