Добавить user-data
This commit is contained in:
21
user-data
Normal file
21
user-data
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
#cloud-config
|
||||||
|
autoinstall:
|
||||||
|
version: 1
|
||||||
|
identity:
|
||||||
|
hostname: ubuntu24-netinstall
|
||||||
|
username: administrator
|
||||||
|
password: "$6$gqJk9X/fRqYGokW/$PaNocgKwN9uKbSXNzc.04ywc.n0lB9ygc5Cnv74.h5UNv6GrySAqMQ7hiYkYPDK./ZBxYy9IP0hXnrgUZ0Ccb0"
|
||||||
|
network:
|
||||||
|
network:
|
||||||
|
version: 2
|
||||||
|
ethernets:
|
||||||
|
all:
|
||||||
|
match:
|
||||||
|
name: en*
|
||||||
|
dhcp4: true
|
||||||
|
ssh:
|
||||||
|
install-server: yes
|
||||||
|
allow-pw: true
|
||||||
|
storage:
|
||||||
|
layout:
|
||||||
|
name: lvm
|
||||||
Reference in New Issue
Block a user