test-proj/.woodpecker.yml
Morgan McMillian 0f3f868368
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
test with new connection mode
2023-03-09 06:48:56 -08:00

11 lines
215 B
YAML

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