blob: 0528050ca89ff5b5b7f81b2e9384dab0f8c95d8c (
plain) (
tree)
|
|
[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 -%>
|