test-proj/.woodpecker.yml

10 lines
185 B
YAML
Raw Normal View History

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