Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Ansible role for managing user-facing greeters, such as /etc/motd

License

Notifications You must be signed in to change notification settings

stonesoupkitchen/ansible-role-banner

Repository files navigation

CI

Ansible role: banner

An Ansible role for configuring services that display banners to users.

Requirements

Supported operating systems:

  • Debian 10 (Buster)
  • Debian 11 (Bullseye)

Role Variables

The following table lists all variables that can be overridden and their default values.

Name Default Value Description
banner_msg See defaults/main.yml The default message to show to users on login.

Examples

- hosts: all
  roles:
    - stonesoupkitchen.banner

Development

A Makefile is included for easier development with pipenv. After cloning this repository, use the following commands to set up an environment.

pipenv install --dev

To lint your changes with ansible-lint:

make lint

To run tests with molecule:

make test

License

See LICENSE.

About

Ansible role for managing user-facing greeters, such as /etc/motd

Resources

License

Stars

Watchers

Forks

Packages

No packages published