All Projects → rutgerblom → ubuntu-autoinstall

rutgerblom / ubuntu-autoinstall

Licence: other
No description, website, or topics provided.

Programming Languages

Jinja
831 projects

ubuntu-autoinstall

An Ansible Playbook that performs unattended Ubuntu Server 20.04 VM installations on VMware vSphere.

Prerequisites

Prepare an Ubuntu machine as Ansible Controller by running the following commands:

  • sudo apt update && sudo apt install python3 python3-pip git xorriso
  • git clone https://github.com/rutgerblom/ubuntu-autoinstall.git ~/git/ubuntu-autoinstall
  • pip3 install --upgrade -r ~/git/ubuntu-autoinstall/pip_requirements.txt
  • ansible-galaxy collection install --upgrade -r ~/git/ubuntu-autoinstall/requirements.yml

Usage

Copy the variables_sample.yml file to variables.yml and modify the settings so that they match your environment and your requirements. Start the Ubuntu Server deployment by running: ansible-playbook DeployUbuntu.yml

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].