You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is recommended to change the version specified to the latest one from the [Releases](https://github.com/codam-coding-college/ansible-codam-web-greeter/releases) page. Please note that this version is specific to this playbook and does not necessarily match the version of the codam-web-greeter itself.
15
15
@@ -47,7 +47,7 @@ It is also possible to specify a default user image in case the user's `~/.face`
47
47
|----------|---------|-------------|
48
48
| `nody_greeter_version` | The version of the nody-greeter to install from GitHub. | `1.6.2` |
49
49
| `codam_web_greeter_git_repo` | The repository to download codam-web-greeter from. | `https://github.com/codam-coding-college/codam-web-greeter` |
50
-
| `codam_web_greeter_version` | The version of codam-web-greeter to download (use a tag or a branch name from the git repo). | `v1.2.0` |
50
+
| `codam_web_greeter_version` | The version of codam-web-greeter to download (use a tag or a branch name from the git repo). | `v1.3.2` |
51
51
| `codam_web_greeter_theme` | The theme to use for the greeter. Can be `dark` or `light`. | `dark` |
52
52
| `codam_web_greeter_boxed_mode` | Boxed mode adds a semi-transparent background to the login/unlock forms for better readability. Can be `default` (no background) or `boxed`. | `default` |
53
53
| `codam_web_greeter_data_server_url` | The URL to the data server to download the greeter data from. Hostname is appended to the url, so make sure it ends with a slash. | `https://clusterdata.codam.nl/api/config/` |
0 commit comments