Danny Bessems
8a39789f62
Some checks reported errors
continuous-integration/drone/push Build encountered an error
30 lines
549 B
YAML
30 lines
549 B
YAML
kind: pipeline
|
|
type: kubernetes
|
|
name: turn
|
|
|
|
steps:
|
|
- name: Check syntax
|
|
image: plugins/ansible:3
|
|
settings:
|
|
playbook: playbook.yml
|
|
inventory: inventory.yml
|
|
galaxy: requirements.yml
|
|
syntax_check: true
|
|
|
|
- name: Apply playbook
|
|
image: plugins/ansible:3
|
|
volumes:
|
|
- name: certificates
|
|
path: /certificates
|
|
settings:
|
|
playbook: playbook.yml
|
|
inventory: inventory.yml
|
|
galaxy: requirements.yml
|
|
private_key:
|
|
from_secret: ssh_privatekey
|
|
|
|
volumes:
|
|
- name: certificates
|
|
claim:
|
|
name: flexvolsmb-drone-certs
|