docs: Add changelog and update role documentation
This commit is contained in:
31
roles/edge_vps/README.md
Normal file
31
roles/edge_vps/README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Edge VPS
|
||||
|
||||
(Work In Progress)
|
||||
|
||||
## Description
|
||||
|
||||
This role is currently a placeholder for configuring Edge VPS instances. It is intended to contain tasks for setting up and managing VPS hosts at the edge of the infrastructure.
|
||||
|
||||
## Requirements
|
||||
|
||||
None.
|
||||
|
||||
## Role Variables
|
||||
|
||||
None defined yet.
|
||||
|
||||
## Dependencies
|
||||
|
||||
None.
|
||||
|
||||
## Example Playbook
|
||||
|
||||
```yaml
|
||||
- hosts: all
|
||||
roles:
|
||||
- role: edge_vps
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
Reference in New Issue
Block a user