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 451287a commit 819b4d4Copy full SHA for 819b4d4
ansible/roles/cluster_infra/templates/cluster_hosts.yml.j2
@@ -1,6 +1,7 @@
1
all:
2
vars:
3
# TODO: cluster_domain_suffix:
4
+ cluster_gateway_ip: "{{ cluster_gateway_ip }}"
5
ansible_ssh_common_args: "{{ cluster_ssh_common_args }}"
6
ansible_ssh_private_key_file: "{{ cluster_ssh_private_key_file }}"
7
control:
0 commit comments