enable rsync/server on mirror hosts

This commit is contained in:
Timo Makinen 2019-05-20 23:08:33 +03:00
parent d49da2f96e
commit 8ab0c58e21
2 changed files with 2 additions and 0 deletions

View file

@ -7,3 +7,4 @@ datadisk_size:
firewall_in: firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]} - {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 443, from: [172.20.20.0/22]} - {proto: tcp, port: 443, from: [172.20.20.0/22]}
- {proto: tcp, port: 873, from: [172.20.20.0/22]}

View file

@ -66,3 +66,4 @@
- "--include=/syspatch/?.?/amd64/*" - "--include=/syspatch/?.?/amd64/*"
- "--exclude=*" - "--exclude=*"
- "--delete-excluded" - "--delete-excluded"
- role: rsync/server