Skip to content

Commit 76d00bc

Browse files
committed
update codam-web-greeter versions
v1.2.0 of role releasing soon
1 parent 44e3dcf commit 76d00bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Add the following to the roles in your `requirements.yml` file in your `ansiblec
99
roles:
1010
- name: codam.webgreeter
1111
src: git+https://github.com/codam-coding-college/ansible-codam-web-greeter.git
12-
version: v1.1.0
12+
version: v1.2.0
1313
```
1414
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.
1515
@@ -45,7 +45,7 @@ It is also possible to specify a default user image in case the user's `~/.face`
4545
|----------|---------|-------------|
4646
| `nody_greeter_version` | The version of the nody-greeter to install from GitHub. | `1.5.2` |
4747
| `codam_web_greeter_git_repo` | The repository to download codam-web-greeter from. | `https://github.com/codam-coding-college/codam-web-greeter` |
48-
| `codam_web_greeter_version` | The version of codam-web-greeter to download (use a tag or a branch name from the git repo). | `v1.0.11` |
48+
| `codam_web_greeter_version` | The version of codam-web-greeter to download (use a tag or a branch name from the git repo). | `v1.1.0` |
4949
| `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/` |
5050
| `dbus_cache_group_check_enabled`| Whether to check if a user is in a specific ldap group before adding it to the dbus cache. Usually this is not required. | `false` |
5151
| `dbus_cache_group_check_group`| The group to check for. | `student` |

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ nody_greeter_version: "1.5.2"
44
# Specify where to download the codam-web-greeter from and which tag/release to use.
55
# Fork the codam-web-greeter repository and point this URL to your fork if you need to use a custom version.
66
codam_web_greeter_git_repo: "https://github.com/codam-coding-college/codam-web-greeter"
7-
codam_web_greeter_version: "v1.0.11"
7+
codam_web_greeter_version: "v1.1.0"
88

99
# Specify the url to fetch configuration data from. Hostname is appended to the url, so make sure it ends with a slash.
1010
codam_web_greeter_data_server_url: "https://clusterdata.codam.nl/api/config/"

0 commit comments

Comments
 (0)