Initial Pantheon infrastructure
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from proxmoxer import ProxmoxAPI
|
||||
|
||||
proxmox = ProxmoxAPI(
|
||||
host,
|
||||
token_name=token_id,
|
||||
token_value=secret,
|
||||
verify_ssl=False,
|
||||
)
|
||||
Reference in New Issue
Block a user