1
0
forked from finallycoffee/base

chore(gnupg): add role-README, update collection README

This commit is contained in:
transcaffeine 2023-07-26 19:59:50 +02:00
parent b8585b38b7
commit 1778ffac2a
Signed by untrusted user: transcaffeine
GPG Key ID: 03624C433676E465
2 changed files with 5 additions and 0 deletions

View File

@ -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.

4
roles/gnupg/README.md Normal file
View File

@ -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.