petemcw / ansible-role-motd

Message of the Day Role for Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Message of The Day (MOTD) Role for Ansible

Build Status

This role manages the Message of The Day.

Role Variables

The variables that can be passed to this role and a brief description about them are as follows:

# Custom MOTD text
motd_message: ""

# MOTD ASCII template 
motd_template: "empty"

Examples

  1. Configure the MOTD with the defaults:

    ---
    # This playbook configures MOTD
    
    - name: Configure MOTD on all nodes
      hosts: all
      roles:
        - motd
      vars:
        motd_message: "Powerful you have become."
        motd_template: "yoda"

License

MIT

About

Message of the Day Role for Ansible

License:MIT License


Languages

Language:Shell 100.0%