lab:ansible_virtualbox_autoboot_linux:customize_user-data_for_ubuntu_unattended_install
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lab:ansible_virtualbox_autoboot_linux:customize_user-data_for_ubuntu_unattended_install [2024/01/16 19:30] – new draft user | lab:ansible_virtualbox_autoboot_linux:customize_user-data_for_ubuntu_unattended_install [2024/05/10 05:15] (current) – removed user | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Customize user-data for Ubuntu Unattended Install ====== | ||
- | A custom " | ||
- | FIXME The file below is in development | ||
- | |||
- | <file yaml user-data.j2> | ||
- | # | ||
- | autoinstall: | ||
- | version: 1 | ||
- | storage: | ||
- | layout: | ||
- | name: lvm | ||
- | match: | ||
- | size: largest | ||
- | locale: en_US.UTF-8 | ||
- | keyboard: | ||
- | layout: us | ||
- | users: | ||
- | - name: {{ username }} | ||
- | primary_group: | ||
- | groups: sudo | ||
- | lock_passwd: | ||
- | # passwd: " | ||
- | shell: /bin/bash | ||
- | ssh_authorized_keys: | ||
- | - "{{ ssh_key }}" | ||
- | sudo: ALL=(ALL) NOPASSWD: | ||
- | ssh: | ||
- | install-server: | ||
- | # option " | ||
- | allow-pw: false | ||
- | apt: | ||
- | primary: | ||
- | - arches: [default] | ||
- | uri: http:// | ||
- | ansible: | ||
- | install_method: | ||
- | package_name: | ||
- | #run_user: ansible | ||
- | galaxy: | ||
- | actions: | ||
- | - [" | ||
- | packages: | ||
- | - build-essential | ||
- | - network-manager | ||
- | - dkms | ||
- | - emacs-nox | ||
- | package_update: | ||
- | package_upgrade: | ||
- | late-commands: | ||
- | # randomly generate the hostname & show the IP at boot | ||
- | - echo nuc-ansible-$(openssl rand -hex 3) > / | ||
- | # dump the IP out at login screen | ||
- | - echo " | ||
- | - echo '{{ username }} ALL=(ALL) NOPASSWD: | ||
- | # Changing from networkd to NetworkManager | ||
- | # move existing config out of the way | ||
- | - find / | ||
- | # Create a new netplan and enable it | ||
- | - | | ||
- | cat <<EOF | sudo tee / | ||
- | network: | ||
- | version: 2 | ||
- | renderer: NetworkManager | ||
- | EOF | ||
- | - curtin in-target --target /target netplan generate | ||
- | - curtin in-target --target /target netplan apply | ||
- | - curtin in-target --target /target systemctl enable NetworkManager.service | ||
- | </ | ||
- | |||
- | NEXT: [[generate_custom_unattended_ubuntu_install_iso]] | ||
- | |||
- | PREVIOUS: [[install_oracle_virtualbox_using_ansible]] |
lab/ansible_virtualbox_autoboot_linux/customize_user-data_for_ubuntu_unattended_install.1705433451.txt.gz · Last modified: 2024/01/16 19:30 by user