Skip to content
Snippets Groups Projects
Commit 2d6dc0c9 authored by kaiyou's avatar kaiyou
Browse files

Use a prebuilt ansible image

parent 87ff9692
No related branches found
No related tags found
No related merge requests found
Pipeline #29266 failed
......@@ -23,7 +23,8 @@ compile:
paths:
- .go/pkg/mod/
.before_script_template: &setup-ansible
.before_script_template: &ansible-job
image: docker.tedomum.net/acides/ansible-ci:main
before_script:
- apk --no-cache add openssh-client
- echo "$VAULT_PASSWORD" > /tmp/vault
......@@ -36,15 +37,13 @@ variables:
upload:
stage: upload
image: python:alpine
<<: *setup-ansible
<<: *ansible-job
script:
- ansible $ANSIBLE_ARGS -m include_tasks -a file=ansible/ciupload.yaml localhost
test:
stage: test
image: python:alpine
<<: *setup-ansible
<<: *ansible-job
parallel:
matrix:
- PROVIDER: scaleway
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment