36 lines
442 B
Markdown
36 lines
442 B
Markdown
|
[//]: # (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
|