Ansible.Turn/.drone.yml
Danny Bessems 7d0cf70457
Some checks failed
continuous-integration/drone Build is failing
Initial commit
2022-10-15 15:13:25 +02:00

28 lines
491 B
YAML

kind: pipeline
type: kubernetes
name: turn
steps:
- name: Check syntax
image: plugins/ansible:1
settings:
playbook: playbook.yml
inventory: inventory.yml
syntax_check: true
- name: Apply playbook
image: plugins/ansible:1
volumes:
- name: certificates
path: /certificates
settings:
playbook: playbook.yml
inventory: inventory.yml
private_key:
from_secret: ssh_privatekey
volumes:
- name: certificates
claim:
name: flexvolsmb-drone-certs