Updated project to improve guidance
Some checks failed
terraform / validate (push) Failing after 37s
Some checks failed
terraform / validate (push) Failing after 37s
This commit is contained in:
parent
63008b3ab9
commit
4ea6d8b9e5
26 changed files with 1091 additions and 695 deletions
|
|
@ -1,3 +1,13 @@
|
|||
# cloud-init's network-config schema (distinct from the #cloud-config
|
||||
# user-data schema in server.yaml.tpl/agent.yaml.tpl — no "#cloud-config"
|
||||
# header here, and `version: 2` picks the netplan-style dialect). eth0 is
|
||||
# the interface name libvirt's virtio NIC presents as inside a fresh
|
||||
# Ubuntu cloud image — the only interface that exists at boot, since each
|
||||
# node has exactly one network_interface in main.tf's libvirt_domain.
|
||||
# `nameservers` points at the gateway rather than a public resolver
|
||||
# because that's also where libvirt's own DNS forwarder listens (the `dns
|
||||
# { enabled = true }` block on libvirt_network.k3s in main.tf) — it
|
||||
# resolves both k3s.local addresses and forwards everything else out.
|
||||
version: 2
|
||||
ethernets:
|
||||
eth0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue