Allow transmission through the firewall

This commit is contained in:
Alex 2020-06-13 22:15:45 +02:00
parent 4eade00794
commit ba57a2cea8
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,9 @@
---
- hosts: seedbox
vars:
firewall:
- { port: "{{ transmission.peer.port }}", ipv: "v4", proto: "tcp" }
- { port: "{{ transmission.peer.port }}", ipv: "v6", proto: "tcp" }
apt:
packages:
- { package: "transmission-daemon", state: present }
@ -46,6 +49,7 @@
- { uuid: '62c4b10c-69b0-40df-a523-f64a40f7688d', dest: '{{ transmission.root_dir }}', state: 'mounted', fstype: 'xfs' }
roles:
- vault
- firewall
- mounts
- apt
- darkhttpd