general improvements

This commit is contained in:
Luc Stroobant 2017-11-12 15:02:50 +01:00
parent a19708c9b5
commit b142349de7
5 changed files with 20 additions and 31 deletions

View file

@ -1,8 +0,0 @@
# backup hosts
{% for b in borgbackup_servers %}
Host {{ b.fqdn }}
StrictHostKeyChecking no
{% if b.port is defined %}
Port {{ b.port }}
{% endif %}
{% endfor %}