Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 703 Bytes

File metadata and controls

32 lines (21 loc) · 703 Bytes

setup-linux-client

This repository contains the hole ansible code to setup a new linux client independent which distro you use. It sets the hostname, install different software packages and sets ssh key.

Prerequisites

  • Git

Debian based Linux distribution:

sudo apt update && apt install git

Redhat based Linux distribution:

sudo yum install git

How to use this repository

  1. Change the default values in configruation.yml
  2. Run settin-up-pc.sh this script install all prerequisites and the software configurated in this repository.

System Compatibility

  • Fedora 38 (✅ Tested)
  • PopOS 22.04
  • Ubuntu Desktop 20.04 (✅ Tested)
  • Ubuntu Desktop 22.04