Skip to content

Commit 819b4d4

Browse files
committed
allow CI to access cluster
1 parent 451287a commit 819b4d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/cluster_infra/templates/cluster_hosts.yml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
all:
22
vars:
33
# TODO: cluster_domain_suffix:
4+
cluster_gateway_ip: "{{ cluster_gateway_ip }}"
45
ansible_ssh_common_args: "{{ cluster_ssh_common_args }}"
56
ansible_ssh_private_key_file: "{{ cluster_ssh_private_key_file }}"
67
control:

0 commit comments

Comments
 (0)