summaryrefslogtreecommitdiffstats
path: root/ansible_collections/google/cloud/molecule/gcsfuse/molecule.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/google/cloud/molecule/gcsfuse/molecule.yml')
-rw-r--r--ansible_collections/google/cloud/molecule/gcsfuse/molecule.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/ansible_collections/google/cloud/molecule/gcsfuse/molecule.yml b/ansible_collections/google/cloud/molecule/gcsfuse/molecule.yml
new file mode 100644
index 000000000..7b7ab5473
--- /dev/null
+++ b/ansible_collections/google/cloud/molecule/gcsfuse/molecule.yml
@@ -0,0 +1,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}