Skip to content

Commit 723c078

Browse files
committed
remove conditional for ondemand shell host (tested)
1 parent 82a820c commit 723c078

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

environments/common/inventory/group_vars/all/openondemand.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ openondemand_dashboard_links_grafana:
3535
openondemand_dashboard_links: "{{ openondemand_dashboard_links_grafana if groups['grafana'] | length > 0 }}"
3636

3737
# For FreeIPA-enroled hosts, the shell host must be an IPA-registered host to avoid an ssh key prompt
38-
openondemand_login_host: "{{ inventory_hostname if inventory_hostname in groups['freeipa_client'] else 'localhost' }}"
38+
# so use do not use localhost:
39+
openondemand_login_host: "{{ inventory_hostname }}"
3940

4041
openondemand_clusters:
4142
slurm:

0 commit comments

Comments
 (0)