ignition_key
ignition_key copied to clipboard
This is a small BASH script to quickly setup all the tools I would want and need on a new machine.
Lol
fixed dos2unix package, which seemed to be a copy of the second to last package `libcompress-raw-lzma-perl` added 2 extra -y for last 2 packages removed some extra newlines
Need to configure the custom lines into `.bashrc`. Currently have the below. ``` - name: update-bashrc hosts: localhost connection: local become: true ignore_errors: true tasks: - name: run commands command:...
Here's a couple things. The playbook was created without testing, so if you wouldn't mind testing and toss me any errors to resolve, or you can resolve yourself. - Removed...