Go to file
Kyle Isom 5668cd163d Current state & start docs. 2023-04-10 22:48:13 -07:00
cmd/rsha256 Initial import. 2023-04-10 19:55:24 -07:00
roles Current state & start docs. 2023-04-10 22:48:13 -07:00
Makefile Initial import. 2023-04-10 19:55:24 -07:00
README.org Current state & start docs. 2023-04-10 22:48:13 -07:00
answer Initial import. 2023-04-10 19:55:24 -07:00
bootstrap.sh Current state & start docs. 2023-04-10 22:48:13 -07:00
go.mod Initial import. 2023-04-10 19:55:24 -07:00
go.sum Initial import. 2023-04-10 19:55:24 -07:00
inventory Current state & start docs. 2023-04-10 22:48:13 -07:00
site.yml Current state & start docs. 2023-04-10 22:48:13 -07:00

README.org

ansible config

wntrmute ansible

This is my ansible configuration for setting up various machines.

Assumptions

The systems that I use with Ansible are virtually all Ubuntu, or at least Debian-ish systems. I do have some NixOS machines, but these use deep NixOS magic and their configuration is stored in the Elder Scrolls that would drive mortals mad to read.

This is also for interactive systems, e.g. ones that I log into and do things. It expects that I will spend time in the shell doing shell things.

Bootstrapping

Run `./bootstrap.sh`.

Makefile

The Makefile has a few targets worth knowing about:

  • check: syntax checking
  • all (default target): Picard this thing (make it so).

Roles

base

base is the stuff I don't really want to have to live without no matter what machine I'm on. It shouldn't expect graphical stuff.

desktop

desktop installs the heavier and GUI things that I'd want on a desktop (or realistically, a laptop).