Add passlib dependency

This commit is contained in:
Thomas Kleinendorst 2024-11-19 13:32:27 +01:00
parent 71f927e732
commit 37091f9ddc

View file

@ -17,6 +17,11 @@ The files within this repository should be run on a computer with Ansible instal
# Notice the space at the beginning, this prevents the shell from saving this command in its history.
echo '[ -- enter vault pass here -- ]' > .vault_pass
```
4. Install the Python3 passlib library (used internally in the user role);
```bash
sudo apt install python3-passlib
```
### Environment prerequisites
The Raspberry Pi IaC code contained within this repository provisions the Raspberry Pi itself but doesn't provision all surrounding infrastructure which is presumed to be managed by hand. The following relevant configuration is assumed: