gcloud role w/tests

This commit is contained in:
ericsysmin 2020-05-01 19:16:48 -07:00
commit fa14b8c218
23 changed files with 643 additions and 0 deletions

View file

@ -0,0 +1,20 @@
---
dependency:
name: galaxy
driver:
name: docker
lint: |
set -e
yamllint .
ansible-lint
platforms:
- name: instance
image: ${MOLECULE_DISTRO:-ubuntu:xenial}
privileged: true
command: ${MOLECULE_COMMAND:-"sleep infinity"}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
provisioner:
name: ansible
playbooks:
converge: ${MOLECULE_PLAYBOOK:-converge.yml}