pyrech / laptop-provisioning

Ansible playbook to provision my laptop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laptop-provisioning

Introduction

This project is MY first experience with Ansible to provision MY laptop (Ubuntu based for now). If you find it useful anyway or if you find something that could be improved you are more than welcome to leave a comment (in a new issue or on twitter) ;-)

Let's go

# Download bootstrap.sh to install git and ansible
curl -L https://raw.githubusercontent.com/pyrech/laptop-provisioning/master/bootstrap.sh | bash
# Clone the playbook
git clone https://github.com/pyrech/laptop-provisioning
cd laptop-provisioning
# Provision \o/
ansible-playbook -i hosts -b --ask-become-pass playbook.yml

Todo

  • configure ubuntu
  • configure terminator
  • configure phpstorm
  • configure browsers
  • what else?

Credits

Heavily inspired by

About

Ansible playbook to provision my laptop


Languages

Language:Shell 100.0%