ansible / ansible-sign

The `ansible-sign` utility for signing and verifying Ansible project directory contents.

Home Page:https://ansible-sign.readthedocs.io/en/latest/

Repository from Github https://github.comansible/ansible-signRepository from Github https://github.comansible/ansible-sign

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.

About

The `ansible-sign` utility for signing and verifying Ansible project directory contents.

https://ansible-sign.readthedocs.io/en/latest/

License:MIT License


Languages

Language:Python 100.0%