diff --git a/README.md b/README.md
index 35a1d00..df1d670 100644
--- a/README.md
+++ b/README.md
@@ -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
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
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`