test commit
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-03-08 18:20:45 -08:00
parent 2ab990c444
commit 6a980c8958

View file

@ -1,10 +1,9 @@
pipeline:
test:
image: git.dreamfall.space/thrrgilag/ansible-builder
secrets: [ igor_key ]
commands:
- echo $IGOR_KEY > /tmp/privateKey
- echo >> /tmp/privateKey
- chmod 600 /tmp/privateKey
- wc -l /tmp/privateKey
- ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -v --inventory hosts.ini --private-key /tmp/privateKey --user igor main.yml
publish:
image: plugins/ansible
secrets: [ ssh_key ]
settings:
playbook: main.yaml
inventory: hosts.ini
user: igor
private_key: $SSH_KEY