2022-10-28 21:33:15 +02:00
|
|
|
kind: pipeline
|
|
|
|
name: default
|
2022-10-31 20:30:26 +01:00
|
|
|
type: docker
|
2022-10-28 21:33:15 +02:00
|
|
|
|
|
|
|
steps:
|
2022-10-31 20:30:26 +01:00
|
|
|
- name: check syntax ansible
|
|
|
|
image: v4l3n71n/covas:latest
|
|
|
|
pull: if-not-exists
|
|
|
|
commands:
|
|
|
|
- ansible-playbook -i inventory --syntax-check playbook.yml
|
|
|
|
|
|
|
|
image_pull_secrets:
|
|
|
|
- dockerconfig
|