1
0
Fork 0
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:
Lilian Roller 2019-11-20 10:54:58 +01:00
parent f892a01336
commit 911bf69277
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
9 changed files with 11 additions and 4 deletions

3
.gitmodules vendored
View file

@ -43,3 +43,6 @@
[submodule "roles/no-sleep"] [submodule "roles/no-sleep"]
path = roles/no-sleep path = roles/no-sleep
url = https://github.com/chaos-bodensee/role_disable_sleep.git 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

@ -0,0 +1 @@
Subproject commit 43204b7aa6affa74fa590cc05420e1a15bf4dd26

@ -1 +1 @@
Subproject commit 1234ec9652d49c6fcaf71bfb2af672dfbe99ee03 Subproject commit 9bd5334d3d46c17385ea760de36a8659d4892ace

View file

@ -17,6 +17,7 @@
- ssh - ssh
- setup - setup
roles: roles:
- manage_users
- authorized_keys - authorized_keys
- sshd - sshd

View file

@ -15,6 +15,7 @@
- ssh - ssh
- setup - setup
roles: roles:
- manage_users
- authorized_keys - authorized_keys
- sshd - sshd

View file

@ -15,6 +15,7 @@
- ssh - ssh
- setup - setup
roles: roles:
- manage_users
- authorized_keys - authorized_keys
- sshd - sshd