10 lines
366 B
Bash
Executable file
10 lines
366 B
Bash
Executable file
#!/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
|
|
git submodule add https://git.velt.biz/svelt/role.prepare-dnf5.git roles.extern/prepare-dnf5
|
|
|