Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ openondemand_dashboard_links_grafana:
url: "{{ grafana_url_openondemand_proxy }}"
openondemand_dashboard_links: "{{ openondemand_dashboard_links_grafana if groups['grafana'] | length > 0 }}"

openondemand_login_host: localhost
# For FreeIPA-enroled hosts, the shell host must be an IPA-registered host to avoid an ssh key prompt
openondemand_login_host: "{{ inventory_hostname if inventory_hostname in groups['freeipa_client'] else 'localhost' }}"

openondemand_clusters:
slurm:
Expand Down
Loading