generated from GamingChaos/ansible-repository-template
add requirements and an init script
This commit is contained in:
parent
ce33e8a689
commit
e35c1cbf3c
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
||||
# ---> Ansible
|
||||
*.retry
|
||||
|
||||
venv/
|
||||
|
||||
8
init.sh
Executable file
8
init.sh
Executable file
@ -0,0 +1,8 @@
|
||||
|
||||
# initialize venv
|
||||
python3 -m venv venv
|
||||
. ./venv/bin/activate
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
ansible-galaxy collection install -r requirements.yml
|
||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
proxmoxer
|
||||
requests
|
||||
4
requirements.yml
Normal file
4
requirements.yml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
collections:
|
||||
- name: community.proxmox
|
||||
version: "1.6.0"
|
||||
Loading…
x
Reference in New Issue
Block a user