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)