We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406d94b commit 97c1223Copy full SHA for 97c1223
environments/common/inventory/group_vars/all/openondemand.yml
@@ -34,7 +34,8 @@ openondemand_dashboard_links_grafana:
34
url: "{{ grafana_url_openondemand_proxy }}"
35
openondemand_dashboard_links: "{{ openondemand_dashboard_links_grafana if groups['grafana'] | length > 0 }}"
36
37
-openondemand_login_host: localhost
+# 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' }}"
39
40
openondemand_clusters:
41
slurm:
0 commit comments