Added Nix Flake

This commit is contained in:
2024-05-08 13:06:44 +02:00
parent c6beaf693e
commit 5ecbb4dae6
11 changed files with 65 additions and 20 deletions
+1 -6
View File
@@ -4,15 +4,10 @@ A template for an Ansible repository
# Requirements
You need to have `ssh` and `python3` installed. If you want to access a server using username and password you need to install `sshpass` as well
To use this repository run:
```sh
git clone https://git.nicolabelluti.me/nicolabelluti/template-ansible
cd template-ansible
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
nix develop
```