check sums
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-03-09 07:56:14 -08:00
parent e90e52d8c6
commit 6d5ce135d7

View file

@ -6,9 +6,12 @@ pipeline:
- ANSIBLE_PRIVATE_KEY=$SSH_KEY
- ANSIBLE_HOST_KEY_CHECKING=False
commands:
- apt-get update && apt-get install ansible -y
# - apt-get update && apt-get install ansible -y
- echo $ANSIBLE_PRIVATE_KEY > /tmp/privateKey
- chmod 600 /tmp/privateKey
- echo $SSH_KEY|sha256sum
- echo $ANSIBLE_PRIVATE_KEY|sha256sum
- sha256sum /tmp/privateKey
- ansible-playbook --user igor --inventory hosts.ini --private-key /tmp/privateKey main.yml
publish: