18 lines
350 B
Markdown
18 lines
350 B
Markdown
# Template | Ansible 👷🏻♂️
|
|
|
|
A template for an Ansible repository
|
|
|
|
# Requirements
|
|
|
|
You need to have `ssh` and `python3` installed
|
|
|
|
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
|
|
```
|