Updated README file
This commit is contained in:
@@ -17,8 +17,8 @@ resource "proxmox_vm_qemu" "proxmox_vm_master" {
|
||||
nameserver = "1.1.1.1 8.8.8.8"
|
||||
ipconfig0 = "ip=${var.master_ips[count.index]}/${var.networkrange},gw=${var.gateway}"
|
||||
skip_ipv6 = true
|
||||
ciuser = "root"
|
||||
cipassword = "test_passwd"
|
||||
ciuser = "debian"
|
||||
cipassword = ""
|
||||
sshkeys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKXXnm9Hl4fPCt/Xjd/8E5tKY+edtM/BvdMOXpx40oWG iac@proxmox.vadzik-iot.ru"
|
||||
|
||||
# Most cloud-init images require a serial device for their display
|
||||
|
||||
Reference in New Issue
Block a user