1 | initial version |
Hello and thanks @avladu , Proxmox Cloud-init generates a CDROM in the VPS with 3 files:
META_DATA
instance-id: a22ff9b4658f7fe2074610c77f1d3c0fb9cea997
NETWORK_CONFIG
version: 1
config:
- type: physical
name: eth0
mac_address: 'xx:xx:xx:xx:xx:xx'
subnets:
- type: static
address: '5.0.0.0'
netmask: '255.255.255.0'
gateway: '5.0.0.1'
- type: nameserver
address:
- '8.8.8.8'
search:
- 'domain.network'
USER_DATA
#cloud-config
hostname: windows
manage_etc_hosts: true
fqdn: windows.test
user: ginernet
password: $5$IDHmkfZD$kjhAWLKSHKJ/JKAHSDKJkajhds/AY7cbcAsEsKkwWwu8
chpasswd:
expire: False
users:
- default
package_upgrade: true