ansible-woodpecker-role/.woodpecker.yml
2021-12-20 00:20:18 +01:00

20 lines
489 B
YAML

---
services:
dind:
image: docker:dind
pipeline:
molecule:
image: docker:stable-dind
pull: true
commands:
- apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base
autoconf automake py3-cryptography linux-headers musl-dev libffi-dev
openssl-dev openssh
- docker info
- python3 --version
- python3 -m pip install ansible molecule[docker]
- ansible --version
- molecule --version
- molecule test