Last active
June 30, 2025 05:40
-
-
Save AndreiCherniaev/6583861e6ed7fa3c1750a186f0998fe1 to your computer and use it in GitHub Desktop.
Ubuntu autoinstall configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
interactive-sections: | |
- identity | |
autoinstall: | |
interactive-sections: | |
- identity | |
apt: | |
disable_components: [] | |
geoip: true | |
preserve_sources_list: false | |
primary: | |
- arches: | |
- amd64 | |
uri: http://us.archive.ubuntu.com/ubuntu | |
- arches: | |
- default | |
uri: http://ports.ubuntu.com/ubuntu-ports | |
drivers: | |
install: false | |
identity: | |
hostname: hostname | |
password: password | |
username: username | |
kernel: | |
package: linux-generic | |
keyboard: | |
layout: us | |
toggle: null | |
variant: '' | |
locale: en_US.UTF-8 | |
ssh: | |
allow-pw: true | |
authorized-keys: [] | |
install-server: true | |
updates: security | |
version: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment