mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-26 07:51:50 -07:00
initial commit of stackdriver logging role for GCP
This commit is contained in:
parent
282f8e3b82
commit
42a304bdda
16 changed files with 282 additions and 0 deletions
27
roles/stackdriver_logging/molecule/default/molecule.yml
Normal file
27
roles/stackdriver_logging/molecule/default/molecule.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
dependency:
|
||||
name: galaxy
|
||||
driver:
|
||||
name: docker
|
||||
lint:
|
||||
name: yamllint
|
||||
options:
|
||||
config-file: molecule/default/.yamllint
|
||||
platforms:
|
||||
- name: instance
|
||||
image: ${MOLECULE_DISTRO}
|
||||
privileged: true
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
provisioner:
|
||||
name: ansible
|
||||
lint:
|
||||
name: ansible-lint
|
||||
options:
|
||||
c: molecule/default/.ansible-lint
|
||||
scenario:
|
||||
name: default
|
||||
verifier:
|
||||
name: testinfra
|
||||
lint:
|
||||
name: flake8
|
Loading…
Add table
Add a link
Reference in a new issue