test-proj/.woodpecker.yml

12 lines
240 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
secrets: [ ssh_key ]
2023-03-09 14:52:04 +00:00
environment:
- PLUGIN_PRIVATE_KEY=$SSH_KEY
2023-03-09 02:20:45 +00:00
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:48:56 +00:00
connection: paramiko_ssh
2023-03-09 02:20:45 +00:00
user: igor