{% extends "base.html" %} {% block content %}
{% for user in users %} {% endfor %}
Login name Password Email Role Group

+ Add

{% for group in groups %} {% if group.1 == All %} {% else %} {% endif %} {% endfor %}
Name Desciption
{{ group.1 }} {{ group.2 }}

+ Add

{% for server in servers %} {% endfor %}
Hostname IP Group Enable Virt(?) Slave for (?)
{% if server.5 == 1 %} {% else %} {% endif %} {% if server.4 == 1 %} {% else %} {% endif %}

+ Add

{% for role in roles %} {% endfor %}
Name Desciption
{{role.1}} {{role.2}}
SSH key Credentials(?)
{% if ssh_enable == 1 %} {% else %} {% endif %}
Note: If enabled, the key will be used, if turned off - the password.
Do not forget to download the keys to all servers or install the sudo without a password


Upload SSH Key Key(?)
Note: Paste pem file content here

Upload
{% endblock %}