21a132ffc04f2e3959cf7d5f80fe872e977328e7
qmk installation needs sudo permissions on a fresh install.
Workstation
Workstation configuration, tool lists, and eventually ansible playbooks
Ansible
https://docs.ansible.com/ansible/latest/user_guide/intro_getting_started.html
Setup
pip install --user ansible
sudo mkdir -p /etc/ansible && sudo cp hosts /etc/ansible/hosts
Run an ad-hoc command
ansible pi -i hosts --become-method=sudo --ask-become-pass --become -a "apt update"
Run a playbook
ansible-playbook -i hosts --ask-become-pass playbooks/pi.yaml
Description
Languages
Python
84.4%
Jinja
12.6%
Shell
3%