9 lines
273 B
Bash
9 lines
273 B
Bash
|
#!/bin/bash -ex
|
||
|
|
||
|
mkdir -p roles.extern
|
||
|
rm -fr 09/ssh-wrapper-for-monitoring
|
||
|
|
||
|
git submodule add https://git.velt.biz/Ansible/monitored.git roles.extern/monitored
|
||
|
git submodule add https://git.velt.biz/Monitoring/ssh-wrapper-for-monitoring.git 09/ssh-wrapper-for-monitoring
|
||
|
|