Configure eth1 and set hostname

This commit is contained in:
Marco Nenciarini
2022-02-05 18:59:14 +01:00
parent 7bbd42d1e6
commit 63eb166eb9
3 changed files with 18 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ resource "hcloud_server" "first_control_plane" {
provisioner "file" {
content = templatefile("${path.module}/templates/config.ign.tpl", {
name = self.name
ssh_public_key = local.ssh_public_key
})
destination = "/root/config.ign"