[borgbackup_client] ignore some Strech machines

This commit is contained in:
otthorn 2021-03-15 01:03:34 +01:00
parent f8e5f0cc76
commit e12f67c920

View file

@ -3,7 +3,7 @@
roles:
- borgbackup_server
- hosts: all,!unifi
- hosts: all,!unifi,!unifi-*,!wiki.adm.auro.re
roles:
- borgbackup_client
...