test-proj/.woodpecker.yml

11 lines
385 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:32:20 +00:00
- echo $IGOR_KEY > /tmp/privateKey
2023-03-09 02:05:10 +00:00
- echo >> /tmp/privateKey
2023-03-09 01:33:07 +00:00
- chmod 600 /tmp/privateKey
2023-03-09 01:37:33 +00:00
- wc -l /tmp/privateKey
2023-03-09 02:05:10 +00:00
- ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -v --inventory hosts.ini --private-key /tmp/privateKey --user igor main.yml