Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 1.63 KB

File metadata and controls

20 lines (17 loc) · 1.63 KB

Ubuntu-server minimal setup

Overview

The purpose of this repository is to create end to end process of installation and configuration of `raspberry-pi` backup server.

Requirements

  1. A Raspberry Pi (from model 1B up to 4B, 3A+, 3B+ or Zero including Zero W)
  2. SD card with at least 1GB, or at least 128MB for USB root install (without customization)
  3. Ethernet or wireless LAN with a working internet connection

Documentation:

  1. Install ubuntu-server on raspberry-pi and enable remote ssh.
  2. Mount new harddrive to ubuntu server
  3. Install k3s and awx via ansible palybook.
  4. Configure and schedule awx job via ansible palybook to backup mysql database from remote server.
  5. Install kubernetes dashboard via ansible palybook.