From 27d6234ea221aefb343da4d5d58fb58dc07908e5 Mon Sep 17 00:00:00 2001 From: DroneShipper Date: Sat, 9 Nov 2019 15:24:24 +0000 Subject: [PATCH] [SKIP CI] update readme --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/README.md b/README.md index e39b125..74151dc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,38 @@ # xoxys.motd + +[![Build Status](https://drone.rknet.org/api/badges/ansible/xoxys.motd/status.svg)](https://drone.rknet.org/ansible/xoxys.motd) + +Configure motd and issue message + +## Table of content + +* [Default Variables](#default-variables) + * [motd_org_name](#motd_org_name) +* [Dependencies](#dependencies) +* [License](#license) +* [Author](#author) + +--- + +## Default Variables + +### motd_org_name + +#### Default value + +```YAML +motd_org_name: Exaple Inc. +``` + +## Dependencies + +None. + +## License + +MIT + +## Author + +[xoxys](https://gitea.rknet.org/xoxys)