From 3cb2c499553e737593bef1f11e64e774094b77d2 Mon Sep 17 00:00:00 2001 From: Corbin Bartsch <me@cbarts.net> Date: Tue, 6 Sep 2022 11:53:51 -0400 Subject: [PATCH] Add README and update role name meta --- README.md | 3 +++ meta/main.yaml | 1 + 2 files changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..facf992 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ansible-role-openssh + +Sensible and secure defaults for OpenSSH server. diff --git a/meta/main.yaml b/meta/main.yaml index 98870f5..aca1a66 100644 --- a/meta/main.yaml +++ b/meta/main.yaml @@ -1,5 +1,6 @@ --- galaxy_info: + role_name: openssh author: Corbin Bartsch description: Sensible and secure defaults for OpenSSH server license: MIT