From f68709c93481a7daa5d050c83b908ef077e9f877 Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 13 Mar 2021 23:54:41 +0100 Subject: [PATCH] Add galaxy icon and link --- .github/galaxy.svg | 80 ++++++++++++++++ .github/license.svg | 217 ++++++++++++++++++++++++++++++++++++++++++++ README.md | 4 +- 3 files changed, 300 insertions(+), 1 deletion(-) create mode 100644 .github/galaxy.svg create mode 100644 .github/license.svg diff --git a/.github/galaxy.svg b/.github/galaxy.svg new file mode 100644 index 0000000..7148f80 --- /dev/null +++ b/.github/galaxy.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.github/license.svg b/.github/license.svg new file mode 100644 index 0000000..4ab6d9a --- /dev/null +++ b/.github/license.svg @@ -0,0 +1,217 @@ + + + + + + image/svg+xml + + + + + + 3D <l3d@c3woc.de> + + + + + MIT License + + + + + + + + + + + + + + + + + + + + + + + + + + + MIT + MIT + + + license + license + + diff --git a/README.md b/README.md index 8d9f168..7f51166 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ - OpenSSH Server +[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/ansible_role_sshd/main/.github/galaxy.svg?sanitize=true)](https://galaxy.github.com/do1jlr/sshd) [![MIT License](https://raw.githubusercontent.com/roles-ansible/ansible_role_sshd/main/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/ansible_role_sshd/blob/main/LICENSE) + +OpenSSH Server ============== Ansible role to configure the OpenSSH `ssh` server.