deb-verify

Package Integrity

Verify the Debian package integrity across all hosts. This role is essentially equivalent to executing the following commands:

sudo apt-get install debsums -y
sudo debsums -s

See the manpage for more details on operation.

Requirements

This role requires the Ansible APT module.

Role Variables

This role accepts no variables.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

  - hosts: servers
    roles:
       - { role: amaabca.deb-verify }

License

MIT

Author Information

Built by the web team at AMA - https://github.com/amaabca.

About

Verify Debian Package Integrity

Install
ansible-galaxy install amaabca/ansible-deb-verify
GitHub repository
License
mit
Downloads
295