test-proj/.woodpecker.yml

12 lines
230 B
YAML
Raw Normal View History

2023-03-08 22:52:10 +00:00
pipeline:
2023-03-09 02:20:45 +00:00
publish:
image: plugins/ansible
2023-03-09 15:21:56 +00:00
pull: true
2023-03-09 02:20:45 +00:00
secrets: [ ssh_key ]
settings:
2023-03-09 02:22:19 +00:00
playbook: main.yml
2023-03-09 02:20:45 +00:00
inventory: hosts.ini
2023-03-09 14:56:32 +00:00
connection: paramiko_ssh
2023-03-09 02:20:45 +00:00
user: igor
2023-03-09 15:14:04 +00:00
private_key: $SSH_KEY