mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-04-12 03:40:54 +00:00
* Add SPDX license identifiers, mention all licenses in galaxy.yml. * Add default copyright headers. * Add headers for documents. * Fix/add more copyright statements. * Add copyright / license info for vendored code. * Add extra sanity test. * Add changelog fragment. * Comment PSF-2.0 license out in galaxy.yml for now. * Remove colon after 'Copyright'. * Avoid colon after 'Copyright' in lint script. * Mention correct filename. * Add BSD-3-Clause. * Improve lint script. * Update README. * Symlinks...
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
---
|
|
# Copyright (c) Ansible Project
|
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
namespace: community
|
|
name: crypto
|
|
version: 2.5.0
|
|
readme: README.md
|
|
authors:
|
|
- Ansible (github.com/ansible)
|
|
description: null
|
|
license:
|
|
- GPL-3.0-or-later
|
|
- Apache-2.0
|
|
- BSD-2-Clause
|
|
- BSD-3-Clause
|
|
# TODO: galaxy-importer does not support this license type yet. Uncomment once this has been
|
|
# fixed and the fix deployed (https://github.com/ansible/galaxy-importer/pull/175).
|
|
# - PSF-2.0
|
|
#license_file: COPYING
|
|
tags:
|
|
- acme
|
|
- certificate
|
|
- community
|
|
- crl
|
|
- cryptography
|
|
- csr
|
|
- dhparam
|
|
- entrust
|
|
- letsencrypt
|
|
- luks
|
|
- openssl
|
|
- openssh
|
|
- pkcs12
|
|
repository: https://github.com/ansible-collections/community.crypto
|
|
documentation: https://docs.ansible.com/ansible/latest/collections/community/crypto/
|
|
homepage: https://github.com/ansible-collections/community.crypto
|
|
issues: https://github.com/ansible-collections/community.crypto/issues
|
|
build_ignore:
|
|
- 'community-crypto-*.tar.gz'
|
|
- .gitignore
|
|
- changelogs/.plugin-cache.yaml
|