From: alex Date: Sat, 14 Oct 2023 16:05:51 +0000 (+0200) Subject: Allow customizing Proxmox interface X-Git-Tag: 20240214-emacs~215 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=84101941275103fc43b820c9948503050f39f087;p=alex.git Allow customizing Proxmox interface --- diff --git a/personal_infra/puppet/modules/proxmox/templates/interfaces.epp b/personal_infra/puppet/modules/proxmox/templates/interfaces.epp index e0bfece..ccfe1b2 100644 --- a/personal_infra/puppet/modules/proxmox/templates/interfaces.epp +++ b/personal_infra/puppet/modules/proxmox/templates/interfaces.epp @@ -16,3 +16,4 @@ iface vmbr0 inet static bridge_fd 0 post-up echo 1 > /proc/sys/net/ipv4/ip_forward post-up iptables -t nat -A POSTROUTING -s '<%= $network['proxmox']['network'] %>' -o eno1 -j MASQUERADE +<%= $network['proxmox']['extra_interfaces_content'] %>