File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ shib:
145
145
engine_domain : " {{ base_domain }}"
146
146
147
147
# versions of installed apps
148
- teams_version : 4.0.12
149
- teams_snapshot_timestamp : 20150827.064739-10
148
+ teams_version : 4.0.16
149
+ # teams_snapshot_timestamp: 20150827.064739-10
150
150
151
151
api_version : 4.0.1
152
152
# api_snapshot_timestamp: 20150419.220130-443
@@ -239,7 +239,7 @@ authzserver:
239
239
key_name : " {{ tls_https.key_name }}"
240
240
241
241
authz_server_version : 1.3
242
- authz_server_snapshot_timestamp : " 20150903.120645-1 "
242
+ authz_server_snapshot_timestamp : " 20150904.114133-3 "
243
243
244
244
voot :
245
245
crt_name : " {{ tls_https.crt_name }}"
Original file line number Diff line number Diff line change 49
49
copy : src={{ item }} dest=~/{{ item }}
50
50
with_items :
51
51
- create-stems.gsh
52
+ when : env == 'vm'
52
53
53
54
- name : provision grouper for teams
54
55
shell : " bin/gsh ~/create-stems.gsh"
55
56
register : gsh_output
56
57
changed_when : " gsh_output.stderr != ''"
57
58
args :
58
59
chdir : /opt/www/grouper-shell
60
+ when : env == 'vm'
59
61
60
62
- name : copy apache config
61
63
template : src=teams.conf.j2 dest=/etc/httpd/conf.d/teams.conf
You can’t perform that action at this time.
0 commit comments