change job
This commit is contained in:
parent
320e100c11
commit
d020ddaaab
1 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,6 @@ before_script:
|
||||||
- echo "$SSH_KNOWN_HOSTS" >> /root/.ssh/known_hosts
|
- echo "$SSH_KNOWN_HOSTS" >> /root/.ssh/known_hosts
|
||||||
- chmod 644 /root/.ssh/known_hosts
|
- chmod 644 /root/.ssh/known_hosts
|
||||||
|
|
||||||
ping:
|
deploy:
|
||||||
script:
|
script:
|
||||||
- ansible -i config/hosts -m ping all
|
- ansible-playbook -i config/hosts config/deploy.yml
|
||||||
|
|
Loading…
Reference in a new issue