This commit is contained in:
Gleb Koval 2023-08-28 23:36:53 +01:00
parent b515675d51
commit 81eb9300fb
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
3 changed files with 17 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
[*.{yaml,yml}]
indent_size = 2
indent_style = space

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.vscode
.env
.vars.yaml
venv/

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
ansible
proxmoxer
requests