shapeshed / alpha-60

Ansible scripts to build an Arch Linux workstation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpha 60

Ansible scripts to build and maintain a Linux workstation the way I like.

I use these scripts in conjunction with my dotfiles.

Supported distributions

  • Arch Linux

Prerequisites

Ansible, shell access to a machine and an internet connection.

Usage

ansible-playbook -i inventories/localhost playbook.yml

Developing and testing

To develop and test Ansible scripts the suggested method is to use Vagrant.

Test provisioning scripts with

vagrant up

Poke around in the machine with

vagrant ssh

Destroy and rebuild with

vagrant destroy && vagrant up

Force provisioning with

vagrant provision

About

Ansible scripts to build an Arch Linux workstation.


Languages

Language:Python 89.9%Language:Jinja 8.0%Language:Makefile 2.1%