Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Commit

Permalink
Add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Mar 17, 2020
1 parent e0f2186 commit 751c1e9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,22 @@ Use Eliptic cureve cryptografie for your ssh keys e.g.:
ssh-keygen -t ed25519
```

# Deprecation warning
These roles here have some changes that are not backwards compatible and have therefore moved to this git repository:
[github.com/roles-ansible/role_sshd](https://github.com/roles-ansible/role_sshd.git)


Please have a look at the new syntax of the variables and use it there.

If you used this role without any config changes, than it is fully compatible!

combinations
---------------
It is highly recomended to use this role together with a role to manage users and to manage the sshd configuration.<br/>
The following roles are tested in combination and work well - at least for the user [DO1JLR](https://github.com/do1jlr):
- [github.com/chaos-bodensee/role-manage_users](https://github.com/chaos-bodensee/role-manage_users.git)
- [github.com/chaos-bodensee/role-ssh_authorized_keys](https://github.com/chaos-bodensee/role-ssh_authorized_keys.git)
- [github.com/chaos-bodensee/role_sshd](https://github.com/chaos-bodensee/role_sshd.git) *(this one)*
- [github.com/roles-ansible/role_sshd-legacy](https://github.com/roles-ansible/role_sshd-legacy.git) *(this one)*


Some Variables explained
Expand Down
12 changes: 12 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
---
- name: deprecation warning
pause:
prompt: |
Hi there
These roles here have some changes that are not backwards compatible and have therefore moved to this git repository

https://github.com/roles-ansible/role_sshd.git

Please have a look at the new config layout and update this role!

Thanks <3

- include_tasks: versioncheck.yml
when: submodules_versioncheck|bool

Expand Down

0 comments on commit 751c1e9

Please sign in to comment.