guidugli.banner

Ansible Role: banner

This Ansible Role sets up banners (like motd, issue, and issue.net) on Linux systems.

Requirements

This role is designed for Linux systems.

Role Variables

Here are the available variables and their default values (check defaults/main.yml). The files mentioned in the variables should be found in the files directory.

  • banner_motd_file: banner.txt
    This is the file name for the motd (Message of the Day) file.

  • banner_issue_file: banner.txt
    This is the file name for the issue file.

  • banner_issuenet_file: banner.txt
    This is the file name for the issue.net file.

Dependencies

There are no dependencies.

Example Playbook

Here’s an example of how to use this role (you can also pass variables as parameters):

- hosts: servers
  roles:
    - { role: guidugli.banner }

License

This role is licensed under MIT / BSD.

Author Information

This role was created by Carlos Guidugli in 2020.

Informazioni sul progetto

Configure banners (issue, issue.net, motd) on linux systems

Installa
ansible-galaxy install guidugli.banner
Licenza
mit
Download
123
Proprietario