Skip to content

Commit

Permalink
Add subdomain var to userdata (#8969)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 authored Jan 13, 2025
1 parent a9dc10a commit ef194bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
user: "user{{ n }}"
usernum: "{{ n }}"
password: "{{ ocp4_workload_authentication_htpasswd_user_password }}"
subdomain: "{{ sub_domain }}"
loop: "{{ range(1, num_users | int + 1) | list }}"
loop_control:
loop_var: n
Expand Down

0 comments on commit ef194bc

Please sign in to comment.