Skip to content

Ansible playbooks for configuring my Thinkpad X1 Gen9 💻

Notifications You must be signed in to change notification settings

frealmyr/workstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workstation

I strive to keep all configuration for my workstation as code.

This repository contains Ansible playbooks for configuring my Macbook Pro, which also configure my dotfiles as a bare git repository.

Fresh install

After installing a OS. I run the main.yml playbook, which will run all playbooks in playbooks/ sequentially.

Some playbooks requires the community.general galaxy collection, install by running ansible-galaxy collection install community.general

Post install

After running the main.yml playbook on a new machine. I add more functionality to the playbooks in playbooks/ and re-run the individual playbook, instead of configuring things manually on my machine.

When doing something experimental, I create a temporary ansible playbook and play around with it, until the changes gets merged into one of the checked in playbooks.

piske-usagi