{% load static %}
Proxmox Cluster Name | {% if object.name %} {{ object.name}} {% else %} Empty {% endif %} | |
---|---|---|
Proxmox Cluster Mode | Empty | |
Proxmox Version | Empty | |
Proxmox RepoID | Empty | |
Domain / IP | {% if object.ip_address %}{{ object.ip_address }} | {% else %}{{ default_config.proxmox.domain }} (default) | {% endif %}
HTTP Port | {% if object.port %}{{ object.port }} | {% else %}{{ default_config.proxmox.http_port }} (default) | {% endif %}
Proxmox User | {% if object.username %}{{ object.username }} | {% else %}{{ default_config.proxmox.user }} (default) | {% endif %}
Proxmox Password | {% if object.password %}password defined in the model (secret) | {% else %}(secret) (default) | {% endif %}Token Name | {% if object.token_name %}{{ object.token_name }} | {% else %}{{ default_config.proxmox.token.name }} (default) | {% endif %}
Token Value | (secret) | |
SSL | {% if object.verify_ssl %}{% else %} | {% endif %} |