Mercurial > code > home > repos > infra
diff files/net/singlenic.network @ 289:65e28d2e0cd8
move static templates to files/ ; use inventory tags for selecting hosts+features ; other refactors
author | drewp@bigasterisk.com |
---|---|
date | Sun, 21 Apr 2024 17:07:23 -0700 |
parents | templates/net/singlenic.network.j2@8012f6095220 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/files/net/singlenic.network Sun Apr 21 17:07:23 2024 -0700 @@ -0,0 +1,10 @@ +# written by pyinfra + +[Match] +Name=* + +[Network] +DHCP=yes +# this sauce may or may not help with k3s +LinkLocalAddressing=yes +IPForward=yes \ No newline at end of file