Ansible BuildAnsible Build
Home
Roles
Scripts
Mint System
Chat
GitHub
Home
Roles
Scripts
Mint System
Chat
GitHub
  • motd role

motd logo

motd role

Set message of the day.

Usage

Configure the role.

motd_enabled: false # default: true
all:
  hosts:
    server:
      ansible_host: server.example.com
      function: Odoo
      customer: Your Company
      hosting_provider: On-Premise

And include it in your playbook.

- hosts: motd
  roles:
  - role: motd
Edit this page
Last Updated: 8/18/25, 8:33 AM
Contributors: Janik von Rotz