Ansible development laptop config
This is an ansible project which when run on a fedora install sets up the system to work the way I want my development laptop to work.
This is based on my previous repo, ansible-personal-config which I have now been broken up into several smaller repos, of course including this one.
- Manually install latest fedora workstation
- Manuallt install latest ansible
- Clone this repository
- Change vars in host_vars/localhost
ansible-playbook --ask-become-pass run.yml
- If you get stuck on "TASK [base : Remove Extras]", you typed the become password incorrectly