remove banner variables

This commit is contained in:
Élie Deloumeau-Prigent 2022-07-06 10:04:17 +02:00
parent dc8567c979
commit eb57d613dc
No known key found for this signature in database
GPG Key ID: 94F059CE0C5FF9D9

View File

@ -9,9 +9,9 @@
> :star: Star us on GitHub — it motivates us a lot!
Install and configure dynamic MOTD and SSH banner
Install and configure dynamic MOTD
This role uses [https://github.com/claranet/motd](https://github.com/claranet/motd) by default to get the banner and the MOTD
This role uses [https://github.com/claranet/motd](https://github.com/claranet/motd) by default to get the MOTD
```
System info:
@ -48,11 +48,6 @@ ansible-galaxy install claranet.motd
Variable | Default value | Description
-----------------------------|------------------------------------------------------------------------|----------------------------------------------------------------
motd_disable_default_motd | true | Disable system default MOTD (/etc/motd)
motd_banner_template | https://raw.githubusercontent.com/claranet/motd/master/banner | SSH banner template<br>Can be a URL, a local template or `null`
motd_banner_template_prepend | "" | Prepend raw content to `motd_banner_template`
motd_banner_template_append | "" | Append raw content to `motd_banner_template`
motd_banner_template_username| {{ motd_template_username }} | Used when `motd_banner_template` is an URL
motd_banner_template_password| {{ motd_template_password }} | Used when `motd_banner_template` is an URL
motd_template | https://raw.githubusercontent.com/claranet/motd/master/scripts/00-basic| Dynmaic MOTD template<br>Can be a URL or a local template
motd_template_prepend | "" | Prepend raw content to `motd_template`
motd_template_append | See [defaults/main.yml](defaults/main.yml) | Append raw content to `motd_template`