mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 21:54:15 +00:00
5a777cd2d1
Riot is now Element, and therefore this role has to do a lot of `s/riot/element/g`. There's still a few references to riot here and there, but fixing those depends on external changes. This does not attempt any automatic migration, you will need to clean up the old webroot or container yourself. BREAKING CHANGE: role name and variable names have changed
28 lines
558 B
YAML
28 lines
558 B
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
driver:
|
|
name: docker
|
|
lint:
|
|
name: yamllint
|
|
options:
|
|
config-file: molecule/default/yamllint.yml
|
|
platforms:
|
|
- name: instance
|
|
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian9}-ansible"
|
|
command: ${MOLECULE_DOCKER_COMMAND:-""}
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
pre_build_image: true
|
|
provisioner:
|
|
name: ansible
|
|
lint:
|
|
name: ansible-lint
|
|
playbooks:
|
|
converge: ${MOLECULE_PLAYBOOK:-playbook.yml}
|
|
scenario:
|
|
name: default
|
|
verifier:
|
|
name: testinfra
|
|
lint:
|
|
name: flake8
|