mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 01:04:13 +00:00
add old role names to tags in Galaxy (#495)
We deprecated our roles in Ansible Galaxy the deprecation link contains a search keyword with the role name and our new collection should be found, if someone clicks this link. Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
09958ccb91
commit
c1974282b1
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ tags:
|
|||
- nginx
|
||||
- mysql
|
||||
- openssh
|
||||
- ansible-apache-hardening
|
||||
- mysql-hardening
|
||||
- nginx-hardening
|
||||
- os-hardening
|
||||
- ssh-hardening
|
||||
dependencies:
|
||||
ansible.posix: '>=1.0.0'
|
||||
community.crypto: '>=1.0.0'
|
||||
|
|
Loading…
Reference in a new issue