test-proj/.woodpecker.yml
Morgan McMillian fece39424e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
test
2023-03-08 17:33:07 -08:00

9 lines
320 B
YAML

pipeline:
test:
image: git.dreamfall.space/thrrgilag/ansible-builder
secrets: [ igor_key ]
commands:
- echo $IGOR_KEY > /tmp/privateKey
- chmod 600 /tmp/privateKey
- ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook --inventory hosts.ini --private-key /tmp/privateKey --user igor main.yml