Add passlib dependency
This commit is contained in:
parent
71f927e732
commit
37091f9ddc
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue