Initial commit

This commit is contained in:
2024-05-08 13:08:16 +02:00
commit cdd7baf40e
11 changed files with 139 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# Template | Ansible 👷🏻‍♂️
A template for an Ansible repository
# Requirements
To use this repository run:
```sh
git clone https://git.nicolabelluti.me/nicolabelluti/template-ansible
cd template-ansible
nix develop
```