From 331295058a4c29272106ea021bc82554602836b5 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 20 Feb 2019 10:47:53 +0100 Subject: [PATCH] Add submodules --- .gitmodules | 9 +++++++++ files/admin_ssh_keys | 1 + roles/authorized_keys | 1 + sshd | 1 + 4 files changed, 12 insertions(+) create mode 160000 files/admin_ssh_keys create mode 160000 roles/authorized_keys create mode 160000 sshd diff --git a/.gitmodules b/.gitmodules index d1c3598..bbdfda1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,12 @@ [submodule "roles/pulseaudio"] path = roles/pulseaudio url = https://github.com/DO1JLR/role_pulseaudio_archlinux.git +[submodule "sshd"] + path = sshd + url = https://github.com/DO1JLR/role_sshd.git +[submodule "roles/authorized_keys"] + path = roles/authorized_keys + url = https://github.com/ffbsee/role-ssh_authorized_keys.git +[submodule "files/admin_ssh_keys"] + path = files/admin_ssh_keys + url = https://gitea.see-base.de/toolbox/ssh-public-keys.git diff --git a/files/admin_ssh_keys b/files/admin_ssh_keys new file mode 160000 index 0000000..f26074d --- /dev/null +++ b/files/admin_ssh_keys @@ -0,0 +1 @@ +Subproject commit f26074d4e35caaf161bd941cfd00db87404f64e9 diff --git a/roles/authorized_keys b/roles/authorized_keys new file mode 160000 index 0000000..31acb0c --- /dev/null +++ b/roles/authorized_keys @@ -0,0 +1 @@ +Subproject commit 31acb0c8e351678f5a0283dc4e74434457fd2050 diff --git a/sshd b/sshd new file mode 160000 index 0000000..6ecf1ca --- /dev/null +++ b/sshd @@ -0,0 +1 @@ +Subproject commit 6ecf1ca01a1864603649553ed0cb628ce84f7066