Set message of the day.
Configure the role.
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