arch-playbook

Arch Playbook

This automates the setup process of a minimal but usable Arch Linux configuration by using a combination of shell-script and ansible-playbook steps.

Prerequisites

What has to be available for it to work:

Run Setup

There are two ways to execute the setup.

Remote script execution

From within your fresh Arch-Linux install run:

curl -fsSL https://ckiri.github.io/arch-playbook/setup.sh | sh

Start manually

To start the playbook, first clone this repository:

git clone https://github.com/ckiri/arch-playbook

CD into the repo:

cd arch-playbook

Finally run the playbook:

ansible-playbook -i inventory -K playbook.yml