Skip to content

Commit fb35fb2

Browse files
authored
Update bastion.yml
1 parent d0cdc2a commit fb35fb2

File tree

1 file changed

+1
-1
lines changed
  • environments/.stackhpc/inventory/group_vars/all

1 file changed

+1
-1
lines changed

environments/.stackhpc/inventory/group_vars/all/bastion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bastion_config:
66
LEAFCLOUD:
77
user: slurm-app-ci
88
ip: 195.114.30.222
9-
# NB: The bastion_{user,ip} variables are used directly in the CI workflow too
9+
# NB: The bastion_{user,ip} variables are used directly in the CI workflow too
1010
bastion_user: "{{ bastion_config[ci_cloud].user }}"
1111
bastion_ip: "{{ bastion_config[ci_cloud].ip }}"
1212
ansible_ssh_common_args: '-o ProxyCommand="ssh {{ bastion_user }}@{{ bastion_ip }} -W %h:%p"'

0 commit comments

Comments
 (0)