Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 391 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 391 Bytes

About the project

Tired of configure my home OS after every installation, made this Ansible Playbook to automate that.

Instructions

Clone this repository.

Install Ansible and add local machine to the inventory using:

sudo install-ansible.sh

Configure local machine using:

ansible-playbook local.yml --ask-become-pass

Roadmap

Using vars, blocks and handlers.