ansible-nas/.drone.yml

20 lines
422 B
YAML
Raw Normal View History

2022-11-06 17:53:37 +00:00
---
kind: pipeline
name: default
steps:
2022-11-06 18:03:53 +00:00
- name: check ansible syntax
image: plugins/ansible:3
settings:
2022-11-06 17:53:37 +00:00
playbook: nas.yml
galaxy: requirements.yml
inventory: tests/inventories/integration_testing/inventory
syntax_check: true
2022-11-06 18:03:53 +00:00
- name: lint
image: python:3
commands:
- pip3 install ansible yamllint==1.27.1 ansible-lint==6.5
- ansible-lint nas.yml
- yamllint .