From 76cd42e94d037458fd6f9ab64288a174da66ed78 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Sun, 18 Feb 2024 13:01:05 +0000 Subject: [PATCH] [skip ci] automated docs update --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/README.md b/README.md index 090cd24..509b72f 100644 --- a/README.md +++ b/README.md @@ -1 +1,43 @@ # xoxys.motd + +[![Build Status](https://ci.rknet.org/api/badges/ansible/xoxys.motd/status.svg)](https://ci.rknet.org/repos/ansible/xoxys.motd) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.motd/src/branch/main/LICENSE) + +Configure motd and issue message. + +## Table of content + +- [Requirements](#requirements) +- [Default Variables](#default-variables) + - [motd_org_name](#motd_org_name) +- [Dependencies](#dependencies) +- [License](#license) +- [Author](#author) + +--- + +## Requirements + +- Minimum Ansible version: `2.10` + +## Default Variables + +### motd_org_name + +#### Default value + +```YAML +motd_org_name: Exaple Inc. +``` + +## Dependencies + +None. + +## License + +MIT + +## Author + +[Robert Kaussow](https://gitea.rknet.org/xoxys)