test-proj/.woodpecker.yml
Morgan McMillian 4ea5cfdce9
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
blah
2023-03-08 17:36:20 -08:00

10 lines
348 B
YAML

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