test-proj/.woodpecker.yml

10 lines
183 B
YAML
Raw Normal View History

2023-03-08 22:52:10 +00:00
pipeline:
test:
2023-03-09 00:42:38 +00:00
image: plugins/ansible
secrets: [ igor_key ]
2023-03-09 00:13:44 +00:00
settings:
playbook: main.yml
inventory: hosts.ini
user: igor
2023-03-09 00:42:38 +00:00
private_key: $IGOR_KEY