Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arillso/ansible.motd
Configuriet dynamic motd file on Ubuntu and Centos.
https://github.com/arillso/ansible.motd
ansible ansible-role motd
Last synced: 6 days ago
JSON representation
Configuriet dynamic motd file on Ubuntu and Centos.
- Host: GitHub
- URL: https://github.com/arillso/ansible.motd
- Owner: arillso
- License: mit
- Created: 2017-10-31T17:02:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T05:25:10.000Z (almost 4 years ago)
- Last Synced: 2024-05-21T08:15:20.169Z (6 months ago)
- Topics: ansible, ansible-role, motd
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 4
- Watchers: 8
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: motd
[![Build Status](https://img.shields.io/travis/arillso/ansible.motd.svg?branch=master&style=popout-square)](https://travis-ci.org/arillso/ansible.motd) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=popout-square)](https://sbaerlo.ch/licence) [![Ansible Galaxy](https://img.shields.io/badge/ansible--galaxy-motd-blue.svg?style=popout-square)](https://galaxy.ansible.com/arillso/motd) [![Ansible Role](https://img.shields.io/ansible/role/d/21815.svg?style=popout-square)](https://galaxy.ansible.com/arillso/motd)
## Description
Configuriet dynamic motd file on Ubuntu and Centos.
## Installation
```bash
ansible-galaxy install arillso.motd
```## Requirements
None
## Example Motd
Common
## Dependencies
None
## Example Playbook
```yml
- hosts: all
roles:
- arillso.motd
```## Author
- [Simon Bärlocher](https://sbaerlocher.ch)
## License
This project is under the MIT License. See the [LICENSE](https://sbaerlo.ch/licence) file for the full license text.
## Copyright
(c) 2020, Simon Bärlocher