ansible-nas/.woodpecker.yml

17 lines
373 B
YAML
Raw Normal View History

2022-08-28 09:38:17 +00:00
---
pipeline:
syntax_check:
image: plugins/ansible:3
settings:
playbook: nas.yml
2022-08-28 10:23:57 +00:00
galaxy: requirements.yml
2022-08-28 09:38:17 +00:00
inventory: tests/inventories/integration_testing/inventory
syntax_check: true
2022-08-28 10:57:16 +00:00
lint:
image: python:3
commands:
- pip3 install ansible yamllint==1.27.1 ansible-lint==6.5
- ansible-lint nas.yml
- yamllint .