kind: pipeline type: docker name: provision devices steps: - name: build image: python:alpine commands: - pip install pipenv - python3 -m pipenv install --system - ansible-playook site.yaml -i inventory.yaml