36 lines
442 B
Markdown
Raw Permalink Normal View History

2025-04-03 02:36:50 +02:00
[//]: # (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