Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ednz-cloud/update_motd
Ansible role to setup a cool message-of-the-day using neofetch on debian-based systems. Mirror from https://git.ednz.fr/ansible-roles/update_motd.
https://github.com/ednz-cloud/update_motd
ansible ansible-role linux motd-login-banner neofetch
Last synced: 5 days ago
JSON representation
Ansible role to setup a cool message-of-the-day using neofetch on debian-based systems. Mirror from https://git.ednz.fr/ansible-roles/update_motd.
- Host: GitHub
- URL: https://github.com/ednz-cloud/update_motd
- Owner: ednz-cloud
- License: mit
- Created: 2023-04-03T16:36:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T21:32:58.000Z (11 months ago)
- Last Synced: 2024-11-07T18:41:34.402Z (about 2 months ago)
- Topics: ansible, ansible-role, linux, motd-login-banner, neofetch
- Language: Jinja
- Homepage: https://ednz.fr
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
update_motd
=========
> This repository is only a mirror. Development and testing is done on a private gitlab server.This role enables you to set a cool motd on **debian-based** distributions using neofetch.
Requirements
------------None.
Role Variables
--------------
Available variables are listed below, along with default values. A sample file for the default values is available in `default/update_motd.yml.sample` in case you need it for any `group_vars` or `host_vars` configuration.```yaml
update_motd_filename: "00-motd-neofetch"
```
This variable sets the name for the file that'll be created in `/etc/update-motd.d` on the target system.```yaml
update_motd_print_info:
- name: "CPU"
module: "cpu"
```
This variable is the list of modules that you want to enable in your motd. It references the neofetch modules. The `name` is the title that'll be appended to each module.All of the other variables are used for the configuration file of neofetch that'll sit in `/etc/profile.d/motd/cfg` by default.
These are one to one identical to the neofetch modules. Documentation on the different settings can be found in the `files/documentation` file. It's just a copy on the default neofetch config file.Dependencies
------------`ednz_cloud.manage_apt_packages` to install neofetch for the motd.
Example Playbook
----------------```yaml
# calling the role inside a playbook with either the default or group_vars/host_vars
- hosts: servers
roles:
- ednz_cloud.update_motd
```License
-------MIT / BSD
Author Information
------------------This role was created by Bertrand Lanson in 2023.