mirror of
https://github.com/ansible/ansible-sign
synced 2026-04-05 19:26:41 +00:00
No description
- Python 99.3%
- Shell 0.7%
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sorin Sbarnea <sorin.sbarnea@gmail.com> |
||
|---|---|---|
| .github | ||
| docs | ||
| src/ansible_sign | ||
| tests | ||
| tools | ||
| .git_archival.txt | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .pre-commit-config.yaml | ||
| .readthedocs.yml | ||
| .yamllint | ||
| AUTHORS.rst | ||
| bindep.txt | ||
| CHANGELOG.rst | ||
| codecov.yml | ||
| CONTRIBUTING.md | ||
| LICENSE.txt | ||
| pyproject.toml | ||
| README.md | ||
| renovate.json | ||
| sonar-project.properties | ||
| uv.lock | ||
ansible-sign
This is a library and auxiliary CLI tool for dealing with Ansible content verification.
It does the following:
- checksum manifest generation and validation (sha256sum)
- GPG detached signature generation and validation (using python-gnupg) for content
Note: The API (library) part of this package is not officially supported and
might change as time goes on. CLI commands should be considered stable within
major versions (the X of version X.Y.Z).
Documentation can be found on ansible-sign.readthedocs.io including a rundown/tutorial explaining how to use the CLI for basic project signing and verification.
Community
Need help or want to discuss the project? See our Community guide join the conversation.