nll-ansible/.drone.yml

17 lines
411 B
YAML

kind: pipeline
name: default
steps:
- name: check ansible syntax
image: ghcr.io/lagertonne/plugin-ansible:latest
settings:
playbook: playbooks/unattended_upgrades.yml
inventory: inventory/
syntax-check: true
private_key:
from_secret: ANSIBLE_SSH_KEY
galaxy: requirements.yml
environment:
PROXMOX_TOKEN_SECRET:
from_secret: PROXMOX_TOKEN_SECRET