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 8fd625e commit d9bbd6fCopy full SHA for d9bbd6f
roles/image_build/templates/builder.pkrvars.hcl.j2
@@ -1,6 +1,9 @@
1
repo_root = "{{ playbook_dir }}/vendor/stackhpc/ansible-slurm-appliance"
2
environment_root = "{{ playbook_dir }}/image_build"
3
networks = ["{{ image_build_network_id }}"]
4
+{% if image_build_ssh_username is defined %}
5
+ssh_username = "{{ image_build_ssh_username }}"
6
+{% endif %}
7
{% if image_build_ssh_bastion_host is defined %}
8
ssh_bastion_host = "{{ image_build_ssh_bastion_host }}"
9
{% endif %}
0 commit comments