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

ANTS-Framework/generic_motd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generic motd

Build Status

Manage the message of the day file to display the following message:



        This system is managed by {{ generic_motd__support_name }} via

                            ___    _   _____________
                           /   |  / | / /_  __/ ___/
                          / /| | /  |/ / / /  \__ \ 
                         / ___ |/ /|  / / /  ___/ / 
                        /_/  |_/_/ |_/ /_/  /____/  
                                                    

                    Framework for Linux and macOS clients

       Please do not hesitate to contact us if you have any question
       Mail: {{ generic_motd__support_mail }}                      Tel: {{ generic_motd__support_tel }}

Role Variables

generic_motd__template: 'motd.j2'
generic_motd__support_name: 'Support Unit'
generic_motd__support_tel: 'to be replaced'
generic_motd__support_mail: 'to.be@replaced.ch'

Example Playbook

    - hosts: all
      vars:
        - generic_motd__support_name: "Pretendcorp Unit One"
        - generic_motd__support_tel: "123 123 123"
        - generic_motd__support_mail: "support@pretendcorp.com"
      roles:
         - generic_motd

    # Use your own motd template
    - hosts: vip
      vars:
        - generic_motd__template: /path/to/template.j2
      roles:
         - generic_motd

License

GPLv3

Author Information

Part of the ANTS Framework

About

Manage the message of the day

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •