From 1778ffac2a61e06ace5fc797fde08d92fe9094ca Mon Sep 17 00:00:00 2001 From: Johanna Dorothea Reichmann Date: Wed, 26 Jul 2023 19:59:50 +0200 Subject: [PATCH] chore(gnupg): add role-README, update collection README --- README.md | 1 + roles/gnupg/README.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 roles/gnupg/README.md diff --git a/README.md b/README.md index d80638e..a6dabf4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This ansible collection provides various roles for installing and configuring basic system utilities like gnupg, ssh etc - [`git`](roles/git/README.md): configures git on the target system +- [`gnupg`](roles/gnupg/README.md): configures gnupg on the target system - [`nginx`](roles/nginx/README.md): [nginx](https://www.nginx.com/), an advanced load balancer, webserver and reverse proxy. diff --git a/roles/gnupg/README.md b/roles/gnupg/README.md new file mode 100644 index 0000000..e8b5d81 --- /dev/null +++ b/roles/gnupg/README.md @@ -0,0 +1,4 @@ +# `finallycoffee.base.gnupg` ansible role + +Configures GnuPG on the target system, including a Smart-Card (SC) daemon +and can set up gpg-agent as an SSH-agent.