0d00fbdfa0a4565ec2559b5fec19db8e53df8ca8
Add instructions for using tpm2 and fido2 to unlock a drive in linux. Also include systemd service for auto-enrolling the key after a hardware change.
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
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
Run the manjaro playbook
NOTE: Restore home directory and REBOOT first
ansible-playbook --ask-become-pass ansible/setup-full.yml
Framework
ansible-playbook --ask-become-pass fedora/ansible/framework.yml
Description
Languages
Python
84.4%
Jinja
12.6%
Shell
3%