2024-09/helper/06_gitmodules.sh
2024-09-20 15:59:46 +02:00

12 lines
398 B
Bash
Executable file

#!/bin/bash -ex
mkdir -p roles.extern
git submodule add https://git.velt.biz/Ansible/cleanup-hosts.git roles.extern/cleanup-hosts
git submodule add https://git.velt.biz/Ansible/role.ssh-keyonly.git roles.extern/ssh-keyonly
git submodule add https://git.velt.biz/Ansible/epel-simplified roles.extern/epel-simplified
ln -s cleanup-hosts roles.extern/hosts
ln -s epel-simplified roles.extern/epel