From: Matt Birkholz Date: Thu, 20 Nov 2025 23:28:29 +0000 (-0700) Subject: Include the names of the wild ones in the generated wild.network. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=99df9c67e50cf12645e05f03d743085c020f9939;p=Institute Include the names of the wild ones in the generated wild.network. --- diff --git a/README.org b/README.org index 52fa8f4..e20a40c 100644 --- a/README.org +++ b/README.org @@ -4912,6 +4912,7 @@ EmitSMTP=yes SMTP={{ core_addr }} {% for wild in wild_ones %} +# {{ wild.name }} [DHCPServerStaticLease] MACAddress={{ wild.MAC }} Address={{ wild_net_cidr |ansible.utils.ipaddr(wild.num) }} diff --git a/roles_t/gate/templates/wild.network b/roles_t/gate/templates/wild.network index 643a921..2930f27 100644 --- a/roles_t/gate/templates/wild.network +++ b/roles_t/gate/templates/wild.network @@ -13,6 +13,7 @@ EmitSMTP=yes SMTP={{ core_addr }} {% for wild in wild_ones %} +# {{ wild.name }} [DHCPServerStaticLease] MACAddress={{ wild.MAC }} Address={{ wild_net_cidr |ansible.utils.ipaddr(wild.num) }}