gpg
Ansible Role: gpg
Ansible role to import gpg key backups
Requirements
Export your existing key with this command:
$ gpg -o backup.gpg --export-options backup --export-secret-keys [email protected]
Role Variables
None
Dependencies
Define dependencies here
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: gpg }
License
MIT
Author Information
This role was created in 2023 by Anthonius Munthi.
Install
ansible-galaxy install kilip/ansible-role-gpg
License
mit
Downloads
8504
Owner