mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
update sshd
This commit is contained in:
parent
f38db04ea6
commit
49535403ec
4 changed files with 12 additions and 0 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
@ -10,3 +10,12 @@
|
||||||
[submodule "roles/dotfiles"]
|
[submodule "roles/dotfiles"]
|
||||||
path = roles/dotfiles
|
path = roles/dotfiles
|
||||||
url = https://github.com/chaos-bodensee/role_dotfiles.git
|
url = https://github.com/chaos-bodensee/role_dotfiles.git
|
||||||
|
[submodule "roles/users"]
|
||||||
|
path = roles/users
|
||||||
|
url = https://github.com/chaos-bodensee/role-manage_users.git
|
||||||
|
[submodule "roles/ssh_auth"]
|
||||||
|
path = roles/ssh_auth
|
||||||
|
url = https://github.com/chaos-bodensee/role-ssh_authorized_keys.git
|
||||||
|
[submodule "roles/sshd"]
|
||||||
|
path = roles/sshd
|
||||||
|
url = https://github.com/chaos-bodensee/role_sshd.git
|
||||||
|
|
1
roles/ssh_auth
Submodule
1
roles/ssh_auth
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit bf16a2583f44c9b14c54099f33ef859f031a5b7f
|
1
roles/sshd
Submodule
1
roles/sshd
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit db846c9dc66a4047feabe503516880628890003d
|
1
roles/users
Submodule
1
roles/users
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 3dc308270baab128fd16478fdc9b2baebb67008e
|
Loading…
Reference in a new issue