Allow transmission through the firewall
This commit is contained in:
parent
4eade00794
commit
ba57a2cea8
@ -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
|
||||
|
Reference in New Issue
Block a user