Initial commit
This commit is contained in:
commit
11faa27d6d
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.venv
|
17
README.md
Normal file
17
README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# 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
|
||||
```
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
ansible ~= 8.3.0
|
Loading…
x
Reference in New Issue
Block a user