Skip to content

Commit 25b3e5f

Browse files
committed
Latest version for teams on test
1 parent 92e6cd8 commit 25b3e5f

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

group_vars/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ shib:
158158
engine_domain: "{{ base_domain }}"
159159

160160
# versions of installed apps
161-
teams_version: 4.2.9
162-
#teams_snapshot_timestamp: 20160314.083705-5
161+
teams_version: 4.2.10
162+
teams_snapshot_timestamp: 20160316.093433-2
163163

164164
api_version: 4.0.1
165165
#api_snapshot_timestamp: 20150419.220130-443

roles/teams/handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
- name: restart teams
3-
service: name=teams state=restarted sleep=30 pattern=teams
3+
service: name=teams state=restarted sleep=45

roles/teams/templates/application.properties.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ datasource.groupzy.password=groupzy
2121
datasource.groupzy.validation-query=SELECT 1
2222
datasource.groupzy.testWhileIdle=true
2323

24+
ldap.url=ldap://ldap.{{ base_domain }}:389
25+
ldap.base=dc=surfconext,dc=nl
26+
ldap.userDn={{ engine_ldap_bind_dn }}
27+
ldap.password={{ engine_ldap_password }}
28+
provision.users=true
29+
2430
#the stem name to find all groups
2531
defaultStemName=nl:surfnet:diensten
2632

0 commit comments

Comments
 (0)