Ubuntu autoinstall.yaml
This commit is contained in:
parent
50ccab8738
commit
a4c1e3549e
1 changed files with 13 additions and 2 deletions
|
@ -1,7 +1,19 @@
|
||||||
#cloud-config
|
# Fichier autoinstall.yml pour autoinstallation Ubuntu 24.04
|
||||||
|
|
||||||
autoinstall:
|
autoinstall:
|
||||||
# version is an Autoinstall required field.
|
# version is an Autoinstall required field.
|
||||||
version: 1
|
version: 1
|
||||||
|
interactive-sections:
|
||||||
|
- network
|
||||||
|
- proxy
|
||||||
|
- identity
|
||||||
|
|
||||||
|
locale: "fr_FR.UTF-8"
|
||||||
|
timezone: "Europe/Paris"
|
||||||
|
|
||||||
|
keyboard:
|
||||||
|
layout: "fr"
|
||||||
|
variant: "latin"
|
||||||
|
|
||||||
# This adds the default ubuntu-desktop packages to the system.
|
# This adds the default ubuntu-desktop packages to the system.
|
||||||
# Any desired additional packages may also be listed here.
|
# Any desired additional packages may also be listed here.
|
||||||
|
@ -97,7 +109,6 @@ autoinstall:
|
||||||
# user-data:
|
# user-data:
|
||||||
# …
|
# …
|
||||||
|
|
||||||
# Fichier autoinstall.yml pour autoinstallation Ubuntu 24.04
|
|
||||||
|
|
||||||
# autoinstall:
|
# autoinstall:
|
||||||
# version: 1
|
# version: 1
|
||||||
|
|
Loading…
Reference in a new issue