feat(repo): Initial commit

This commit is contained in:
2025-04-03 02:36:50 +02:00
commit 1d1734f7ec
15 changed files with 311 additions and 0 deletions

35
README.md Normal file
View File

@@ -0,0 +1,35 @@
[//]: # (SPDX-License-Identifier: MIT)
# Role Name
role-service-proxmox_virtual_environment
# Description
Set up a Proxmox instance.
# Requirements
Target machines must have Proxmox installed and running.
# Role Variables
None.
# Dependencies
None.
# Example Playbook
In your `playbook.yml` call it like so:
```
- name: 'Awesome playbook'
hosts: all
roles:
- 'role-service-proxmox_virtual_environment'
```
# License
MIT