Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/topics/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Set up the cloud configuration at `/etc/salt/cloud.providers` or `/etc/salt/clou
```yaml
my-proxmox-config:
# Required parameters
host: hypervisor.domain.tld:8006
user: myuser@pam # or myuser@pve
token: myapitoken
url: https://hypervisor.domain.tld:8006
token_name: myapitoken_name
token_value: myapitoken_value
driver: proxmox
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [
requires-python = ">= 3.8"
dynamic = ["version"]
dependencies = [
"requests>=2.2.1",
"proxmoxer>=2.0.1",
"salt>=3005",
]

Expand Down
Loading