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 revision | |||
lab:ansible_virtualbox_autoboot_linux:customize_user-data_for_ubuntu_unattended_install [2024/01/21 22:36] – fix typo 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 " | ||
- | Save the file and customize it as you need. | ||
- | <file yaml user-data.j2> | ||
- | # | ||
- | autoinstall: | ||
- | version: 1 | ||
- | ssh: | ||
- | install-server: | ||
- | # option " | ||
- | allow-pw: false | ||
- | storage: | ||
- | layout: | ||
- | name: lvm | ||
- | match: | ||
- | size: largest | ||
- | user-data: | ||
- | disable_root: | ||
- | timezone: America/ | ||
- | package_upgrade: | ||
- | packages: | ||
- | - network-manager | ||
- | - lldpd | ||
- | - git | ||
- | - python3-pip | ||
- | - ansible | ||
- | - arp-scan | ||
- | users: | ||
- | - name: {{ Global.username }} | ||
- | primary_group: | ||
- | groups: sudo | ||
- | lock_passwd: | ||
- | # passwd: " | ||
- | shell: /bin/bash | ||
- | ssh_authorized_keys: | ||
- | - "{{ Global.ssh_key }}" | ||
- | sudo: ALL=(ALL) NOPASSWD: | ||
- | ansible: | ||
- | install_method: | ||
- | package_name: | ||
- | #run_user: ansible | ||
- | galaxy: | ||
- | actions: | ||
- | - [" | ||
- | late-commands: | ||
- | # randomly generate the hostname & show the IP at boot | ||
- | - echo "{{ Global.system_name_prefix }}-$(openssl rand -hex 3)" > / | ||
- | # dump the IP out at login screen | ||
- | - echo " | ||
- | </ | ||
- | |||
- | ====== Next Step ====== | ||
- | You now ready to [[generate_custom_unattended_ubuntu_install_iso|generate a customer unattended Ubuntu server install ISO file]] | ||
- | |||
- | Or back to [[install_oracle_virtualbox_using_ansible|Install Oracle VirtualBox using Ansible]] |
lab/ansible_virtualbox_autoboot_linux/customize_user-data_for_ubuntu_unattended_install.1705876566.txt.gz · Last modified: 2024/01/21 22:36 by user