mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-10 06:04:15 +00:00
16 lines
373 B
YAML
16 lines
373 B
YAML
---
|
|
pipeline:
|
|
syntax_check:
|
|
image: plugins/ansible:3
|
|
settings:
|
|
playbook: nas.yml
|
|
galaxy: requirements.yml
|
|
inventory: tests/inventories/integration_testing/inventory
|
|
syntax_check: true
|
|
|
|
lint:
|
|
image: python:3
|
|
commands:
|
|
- pip3 install ansible yamllint==1.27.1 ansible-lint==6.5
|
|
- ansible-lint nas.yml
|
|
- yamllint .
|