HostVDS provides public access to their OpenStack API, which we can use to manage cloud instances. This particular instance will be used to run the remote blackbox exporter/vmagent to monitor website availability.
9 lines
131 B
YAML
9 lines
131 B
YAML
name: dch
|
|
main: pulumi/main.py
|
|
runtime:
|
|
name: python
|
|
options:
|
|
toolchain: uv
|
|
typechecker: pyright
|
|
virtualenv: .venv
|