kolibri / nest

my provision base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OLD README. Will be updated during reboot process..



Nest

This is the base repo for my provision scripts.

Use it for inspiration or something like that.

(You also welcome to make suggestions)

Docs

Status (what is covered by this repo aka 'my little todo list')

  • Install & provision Archlinux on a Thinkpad T420s
  • Install & provision Archlinux on a raspberry pi 2
  • Auto-Provisioning
  • Provision macOS

Nest?

The metapher is about a birds nest. Birds lay eggs (like you may create new machines), they hatch it (like you provision your machines), and they teach the little birds to fly (like you throw you machines agains a wall, when they don't do, what you think you told them)

Yeah, I like birds!

Setup new host

Archlinux

download image: https://www.archlinux.org/download/

create usb boot drive: sudo dd if=archlinux-2019.08.01-x86_64.iso of=/dev/sdXXX status=progress bs=4M

boot

On managed system:

loadkeys de
systemctl start sshd.service
passwd # create password for root to enable ssh.

On control system:

ssh-copy-id root@NEW-HOST
ssh root@NEW-HOST 'bash -c' < scripts/arch_x64/install.sh

About

my provision base


Languages

Language:Lua 54.2%Language:Shell 44.4%Language:Makefile 1.4%