add ping job

This commit is contained in:
Hannaeko 2021-06-07 18:26:02 +02:00
parent a6a9a646bf
commit f0a58499d0

View file

@ -9,3 +9,7 @@ before_script:
- chmod 700 ~/.ssh
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
ping:
script:
- ansible -i config/hosts -m ping all