feat(repo): Initial commit
This commit is contained in:
35
README.md
Normal file
35
README.md
Normal 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
|
Reference in New Issue
Block a user