added too much too remeber
This commit is contained in:
@@ -52,7 +52,7 @@ resource "proxmox_vm_qemu" "vm-freeipa" {
|
||||
bridge = "vmbr0"
|
||||
macaddr = "bc:24:11:de:cb:30"
|
||||
}
|
||||
nameserver = "9.9.9.9"
|
||||
nameserver = "9.9.9.9,10.11.12.254"
|
||||
|
||||
onboot = true
|
||||
boot = "order=scsi0"
|
||||
@@ -65,7 +65,5 @@ resource "proxmox_vm_qemu" "vm-freeipa" {
|
||||
cicustom = "vendor=local:snippets/qemu-guest-agent.yml,user=local:snippets/cloud_init_fedora_vm_ipa.yml" # /var/lib/vz/snippets/qemu-guest-agent.yml
|
||||
ciupgrade = true
|
||||
|
||||
sshkeys = <<EOF
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBzh23ZkSVNbmDKk9esAT9qNkOoYFLhpX2nSLKPJaDVZ petar.cubela@sbx-mac-lab.local
|
||||
EOF
|
||||
sshkeys = var.ssh_public_key
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user