+
+
+ Domain / IP |
+ {% if px.domain %}
+ {{ px.domain }} |
+ {% else %}
+ {{ default_config.proxmox.domain }} (default) |
+ {% endif %}
+
+
+ HTTP Port |
+ {% if px.http_port %}
+ {{ px.http_port }} |
+ {% else %}
+ {{ default_config.proxmox.http_port }} (default) |
+ {% endif %}
+
+
+ Proxmox User |
+ {% if px.user %}
+ {{ px.user }} |
+ {% else %}
+ {{ default_config.proxmox.user }} (default) |
+ {% endif %}
+
+
+ Proxmox Password |
+ {% if px.password %}
+ password defined in configuration.py |
+ {% else %}
+ (secret) (default) |
+ {% endif %}
+
+ Token Name |
+ {% if px.token.name %}
+ {{ px.token.name }} |
+ {% else %}
+ {{ default_config.proxmox.token.name }} (default) |
+ {% endif %}
+
+ Token Value |
+ (secret) |
+
+
+ SSL |
+ {% if px.ssl %}
+ {{ px.ssl }} |
+ {% else %}
+ {{ default_config.proxmox.ssl }} (default) |
+ {% endif %}
+
+
+ Proxmox Version |
+ |
+
+
+
{% if px.domain %}
-
{{ px.domain }} |
- {% else %}
- {{ default_config.proxmox.domain }} (default) |
- {% endif %}
-