Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kilip/ansible-role-gpg
Ansible role to import gpg key backups
https://github.com/kilip/ansible-role-gpg
Last synced: 1 day ago
JSON representation
Ansible role to import gpg key backups
- Host: GitHub
- URL: https://github.com/kilip/ansible-role-gpg
- Owner: kilip
- License: mit
- Created: 2023-09-22T11:25:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T05:48:52.000Z (about 2 months ago)
- Last Synced: 2024-09-17T08:26:55.901Z (about 2 months ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Ansible Role: gpg
=========
Ansible role to import gpg key backups[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/kilip/ansible-role-gpg/.github/workflows/testing.yml?branch=main&style=flat-square)](https://github.com/kilip/ansible-role-gpg/actions/workflows/testing.yml)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/kilip/ansible-role-gpg?style=flat-square)](https://github.com/kilip/ansible-role-gpg/releases)
[![GitHub](https://img.shields.io/github/license/kilip/ansible-role-gpg?style=flat-square)](https://github.com/kilip/ansible-role-gpg/blob/main/LICENSE)Requirements
------------Export your existing key with this command:
```sh
$ 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](https://itstoni.com).