Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
eb57d613dc | |||
dc8567c979 | |||
e797037846 |
3
.github/workflows/galaxy.yml
vendored
3
.github/workflows/galaxy.yml
vendored
@ -10,6 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: galaxy
|
||||
uses: robertdebock/galaxy-action@1.1.1
|
||||
uses: robertdebock/galaxy-action@1.2.1
|
||||
with:
|
||||
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|
||||
git_branch: main
|
||||
|
@ -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`
|
||||
|
Reference in New Issue
Block a user