summaryrefslogtreecommitdiffstats
path: root/ansible_collections/google/cloud/molecule/gcloud/molecule.yml
blob: 7b7ab5473ffe0645e162ecb289e18f2187ae2313 (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
---
dependency:
  name: galaxy
driver:
  name: docker
lint: |
  set -e
  yamllint .
  ansible-lint
platforms:
  - name: instance
    image: ubuntu:18.04
    privileged: true
    ansible.builtin.command: "/lib/systemd/systemd"
    volumes:
      - /sys/fs/cgroup:/sys/fs/cgroup:ro
  - name: instance
    image: debian:9
    privileged: true
    ansible.builtin.command: "/lib/systemd/systemd"
    volumes:
      - /sys/fs/cgroup:/sys/fs/cgroup:ro
provisioner:
  name: ansible
  playbooks:
    converge: ${MOLECULE_PLAYBOOK:-converge.yml}