Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 381 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 381 Bytes

Home PC Ansible setup

A collection of Ansible playbooks to set up my home PC in case it is formatted from scratch.

To start the setup, run the following command:

curl -sSL https://raw.githubusercontent.com/OZoneGuy/home-pc-ansible/master/setup.sh | bash

or

wget -qO- https://raw.githubusercontent.com/OZoneGuy/home-pc-ansible/master/setup.sh | bash