geekoops-collectd/molecule/default/molecule.yml
Felix Niederwanger f13a0120ff
Add more plugins
Add a bunch of new plugins that can be configured via this role.
2022-06-29 15:12:29 +02:00

41 lines
900 B
YAML

---
dependency:
name: galaxy
driver:
name: docker
platforms:
- name: leap15_3
image: registry.opensuse.org/opensuse/leap:15.3
dockerfile: Dockerfile.leap15_3
command: ${MOLECULE_DOCKER_COMMAND:-"/usr/sbin/init"}
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
tmpfs:
- /run
- /tmp
- name: leap15_4
image: registry.opensuse.org/opensuse/leap:15.4
dockerfile: Dockerfile.leap15_4
command: ${MOLECULE_DOCKER_COMMAND:-"/usr/sbin/init"}
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
tmpfs:
- /run
- /tmp
provisioner:
name: ansible
inventory:
host_vars:
leap15_3:
nodename: "jellyfish"
leap15_4:
nodename: "jellyfish"
verifier:
name: testinfra
lint:
name: flake8
lint: |
yamllint -d "{extends: relaxed, rules: {line-length: {max: 200}}}" .