{% if not is_needed_tool %}

You have not installed Ansible

. There is no server

Read here how to install Ansible.

{% else %}
{% if user_status == 0 or user_plan != 'support' %} {% include 'include/no_sub.html' %} {% else %} {% include 'ajax/new_git.html' %}
Servers Service Period Repo Branch Credentials Description

+ Add git job

You can read the description of all parameters here
{% endif %}
{% if user_status == 0 or user_plan == 'user' %} {% include 'include/no_sub.html' %} {% else %} {% for b in backups %} {% for s in servers %} {% if b.server in s.2 %} {% endif %} {% endfor %} {% endfor %}
Servers Remote server Remote folder Backup type Period Credentials Description
{% set id = 'backup-server-' + b.id|string() %} {{ copy_to_clipboard(id=id, value=b.server) }} {{ input('backup-rserver-'+b.id|string(), value=b.rhost, size='14') }} {{ input('backup-rpath-'+b.id|string(), value=b.rpath) }} {% set values = {'backup':'backup','synchronization':'synchronization'} %} {{ select('backup-type-'+b.id|string(), values=values, selected=b.backup_type, required='required', class='force_close') }} {% set values = {'hourly':'hourly','daily':'daily','weekly':'weekly', 'monthly':'monthly'} %} {{ select('backup-time-'+b.id|string(), values=values, selected=b.time, required='required', class='force_close') }} {% if b.description is not none %} {{ input('backup-description-'+b.id|string(), value=b.description) }} {% else %} {{ input('backup-description-'+b.id|string()) }} {% endif %}

+ Add backup

You can read the description of all parameters here
{% endif %}
{% endif %}