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 d0cdc2a commit fb35fb2Copy full SHA for fb35fb2
environments/.stackhpc/inventory/group_vars/all/bastion.yml
@@ -6,7 +6,7 @@ bastion_config:
6
LEAFCLOUD:
7
user: slurm-app-ci
8
ip: 195.114.30.222
9
- # NB: The bastion_{user,ip} variables are used directly in the CI workflow too
+# NB: The bastion_{user,ip} variables are used directly in the CI workflow too
10
bastion_user: "{{ bastion_config[ci_cloud].user }}"
11
bastion_ip: "{{ bastion_config[ci_cloud].ip }}"
12
ansible_ssh_common_args: '-o ProxyCommand="ssh {{ bastion_user }}@{{ bastion_ip }} -W %h:%p"'
0 commit comments