remove banner variables
This commit is contained in:
parent
dc8567c979
commit
eb57d613dc
@ -9,9 +9,9 @@
|
|||||||
|
|
||||||
> :star: Star us on GitHub — it motivates us a lot!
|
> :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:
|
System info:
|
||||||
@ -48,11 +48,6 @@ ansible-galaxy install claranet.motd
|
|||||||
Variable | Default value | Description
|
Variable | Default value | Description
|
||||||
-----------------------------|------------------------------------------------------------------------|----------------------------------------------------------------
|
-----------------------------|------------------------------------------------------------------------|----------------------------------------------------------------
|
||||||
motd_disable_default_motd | true | Disable system default MOTD (/etc/motd)
|
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 | 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_prepend | "" | Prepend raw content to `motd_template`
|
||||||
motd_template_append | See [defaults/main.yml](defaults/main.yml) | Append raw content to `motd_template`
|
motd_template_append | See [defaults/main.yml](defaults/main.yml) | Append raw content to `motd_template`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user