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 92e0a02 commit 00b2abbCopy full SHA for 00b2abb
playbooks/roles/rdma-interface/templates/interface.j2
@@ -10,8 +10,8 @@
10
{{ subnets.append(ns) }}
11
{%- endfor -%}
12
{%- set rdma_address = subnets|last | ansible.netcommon.ipmath(host_index | int -1) -%}
13
-auto "{{ item['device'] }}"
14
-iface "{{ item['device'] }}" inet static
+auto {{ item['device'] }}
+iface {{ item['device'] }} inet static
15
address {{ rdma_address }}
16
netmask {{ hostvars[inventory_hostname]['rdma_netmask'] }}
17
0 commit comments