test-proj/.woodpecker.yml

7 lines
239 B
YAML
Raw Normal View History

2023-03-08 22:52:10 +00:00
pipeline:
test:
2023-03-09 01:24:24 +00:00
image: git.dreamfall.space/thrrgilag/ansible-builder
2023-03-09 00:42:38 +00:00
secrets: [ igor_key ]
2023-03-09 01:24:24 +00:00
commands:
2023-03-09 01:28:27 +00:00
- ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook --inventory hosts.ini --private-key $IGOR_KEY --user igor main.yml