Jaxwood / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstraping

Using Ansible to bootstrap any new machine with my preferred settings.

Installation

ansible-playbook -K --ask-vault-pass local.yml 

with tags

ansible-playbook --tags <tag-name> --ask-vault-password local.yml 

Testing

Provided dockerfile can be used for testing any changes

docker build -t new-machine .
docker run -it new-machine /bin/bash

once inside the container, run

ansible-playbook -K --ask-vault-pass local.yml 

About

My dotfiles


Languages

Language:Dockerfile 70.1%Language:Shell 29.9%