[Interface] <%- @ips.each do |ip| %> Address = <%= ip %> <% end -%> PrivateKey = <%= @private_key %> <%- @facts["ldapvar"]["other"].each do |host| -%> <%- if (host["vars"]["wireguard_public"] || []).count > 0 %> [Peer] PublicKey = host["vars"]["wireguard_public"][0] <% end -%> <%- end -%>