From 09fabfb2f4015fc4543066f36c95cf40de85b300 Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 4 Jun 2021 13:55:02 -0400 Subject: [PATCH] Add status badge for GitHub Actions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef70d8b..a9c9caa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Ansible WireGuard +[![CI](https://github.com/akutschi/ansible_wireguard/actions/workflows/ci.yml/badge.svg)](https://github.com/akutschi/ansible_wireguard/actions/workflows/ci.yml) + This Ansible role allows you to install a single or dual stack (IPv4 and IPv6) Wireguard VPN "server". You can also add an arbitrary number of peers, as long as the public key is provided. This role can also create the config files for the connecting peers, when the public and private keys are provided.