punchagan / ansible-system-setup

Repository to bootstrap and setup my laptop and other machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible System Setup

Repository to bootstrap and setup my laptop and other machines.

This repository is based on the design here and this tutorial

Bootstrap

The bootstrap script is all that is required to install and set everything up.

wget http://raw.githubusercontent.com/punchagan/ansible-system-setup/main/bootstrap -O /tmp/install.sh; bash /tmp/install.sh

About

Repository to bootstrap and setup my laptop and other machines


Languages

Language:Shell 100.0%