add ping job
This commit is contained in:
parent
a6a9a646bf
commit
f0a58499d0
1 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,7 @@ before_script:
|
||||||
- chmod 700 ~/.ssh
|
- chmod 700 ~/.ssh
|
||||||
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
|
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
|
||||||
- chmod 644 ~/.ssh/known_hosts
|
- chmod 644 ~/.ssh/known_hosts
|
||||||
|
|
||||||
|
ping:
|
||||||
|
script:
|
||||||
|
- ansible -i config/hosts -m ping all
|
||||||
|
|
Loading…
Reference in a new issue