mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Update sshd, submodules and add role to manage users
This commit is contained in:
parent
f892a01336
commit
911bf69277
9 changed files with 11 additions and 4 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -43,3 +43,6 @@
|
|||
[submodule "roles/no-sleep"]
|
||||
path = roles/no-sleep
|
||||
url = https://github.com/chaos-bodensee/role_disable_sleep.git
|
||||
[submodule "roles/manage_users"]
|
||||
path = roles/manage_users
|
||||
url = https://github.com/chaos-bodensee/role-manage_users.git
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8c8ba5d6b62bf757cb3ffaec2dcc6784c13f613d
|
||||
Subproject commit 07a3d27ae3df8e8fef68cd09dd7f83fd1fcfd8f7
|
|
@ -1 +1 @@
|
|||
Subproject commit 1d49b0dd75453ea1a327a2f654490c01a75d9657
|
||||
Subproject commit 07b286acf12fb1b7bd5bd366ad315c6c519bb281
|
|
@ -1 +1 @@
|
|||
Subproject commit a4125fbd999ab602a55ccb9ec62bade68ceff5cd
|
||||
Subproject commit 30605ceaa07662626aff08a7c14d303cdf99336c
|
1
roles/manage_users
Submodule
1
roles/manage_users
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 43204b7aa6affa74fa590cc05420e1a15bf4dd26
|
|
@ -1 +1 @@
|
|||
Subproject commit 1234ec9652d49c6fcaf71bfb2af672dfbe99ee03
|
||||
Subproject commit 9bd5334d3d46c17385ea760de36a8659d4892ace
|
|
@ -17,6 +17,7 @@
|
|||
- ssh
|
||||
- setup
|
||||
roles:
|
||||
- manage_users
|
||||
- authorized_keys
|
||||
- sshd
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
- ssh
|
||||
- setup
|
||||
roles:
|
||||
- manage_users
|
||||
- authorized_keys
|
||||
- sshd
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
- ssh
|
||||
- setup
|
||||
roles:
|
||||
- manage_users
|
||||
- authorized_keys
|
||||
- sshd
|
||||
|
||||
|
|
Loading…
Reference in a new issue