xoxys.vaultwarden_docker/molecule/centos7/molecule.yml
Robert Kaussow 4cdd6b3373
Some checks failed
continuous-integration/drone/push Build is failing
chore: upstream project was renamed to vaultwarden (#2)
Co-authored-by: Robert Kaussow <mail@geeklabor.de>
Reviewed-on: #2
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2021-05-15 16:05:35 +02:00

25 lines
525 B
YAML

---
dependency:
name: galaxy
options:
role-file: molecule/requirements.yml
requirements-file: molecule/requirements.yml
env:
ANSIBLE_GALAXY_DISPLAY_PROGRESS: "false"
driver:
name: delegated
platforms:
- name: centos7-vaultwarden
image: centos-7
server_type: cx11
lint: |
/usr/local/bin/flake8
provisioner:
name: ansible
env:
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
log: False
verifier:
name: testinfra