Added the base for Ansible

This commit is contained in:
2023-08-30 14:09:56 +02:00
parent 11faa27d6d
commit 47719a45ca
5 changed files with 1077 additions and 1 deletions
+2 -1
View File
@@ -4,13 +4,14 @@ A template for an Ansible repository
# Requirements
You need to have `ssh` and `python3` installed
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