feat: create basic k8s roles to start deployment (#302)

- just create roles so can deploy hosts

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/302
This commit was merged in pull request #302.
This commit is contained in:
2025-05-30 23:21:02 +10:00
parent c10a3e49fa
commit bdd833fa4e
4 changed files with 72 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
---
# networking
systemd::manage_networkd: true
systemd::manage_all_network_files: true
networking::interfaces:
eth0:
type: physical
forwarding: true
dhcp: true
mtu: 1500