Skip to content

Commit

Permalink
Set a lab-ui-url for RHEL VM
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 committed Jan 21, 2025
1 parent 0c3fcd4 commit 05f2670
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ansible/roles/novnc/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,8 @@
data:
novnc_web_url: "https://{{ novnc_host_fqdn }}:6080/vnc.html?host={{ novnc_host_fqdn }}&port=6080&autoconnect=true&resize=remote"
novnc_user_password: "{{ student_password }}"

- name: Save lab_ui_url user data
agnosticd_user_info:
data:
lab_ui_url: {{ novnc_web_url }}

- name: User info block for custom noVNC port
when: novnc_proxy_port is defined
block:
Expand Down

0 comments on commit 05f2670

Please sign in to comment.