test-proj/.woodpecker.yml
Morgan McMillian 48019dcead
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
try pulling again
2023-03-09 07:21:56 -08:00

12 lines
230 B
YAML

pipeline:
publish:
image: plugins/ansible
pull: true
secrets: [ ssh_key ]
settings:
playbook: main.yml
inventory: hosts.ini
connection: paramiko_ssh
user: igor
private_key: $SSH_KEY