test-proj/.woodpecker.yml

10 lines
185 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 ]
settings:
playbook: main.yaml
inventory: hosts.ini
user: igor
private_key: $SSH_KEY