summaryrefslogtreecommitdiffstats
path: root/roles/bittorrent/tasks/config.yml
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2018-10-21 10:25:08 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2018-10-21 10:25:08 +0200
commitb79f383bc5d82302ee4e292c284e2482ae8fd24f (patch)
treeef91698c70a8bd8c76c15a80f90898061bee74bc /roles/bittorrent/tasks/config.yml
parentfdd9c03e59ec754233eaa91111fcea86ca9265aa (diff)
downloadplaybooks-ansible-b79f383bc5d82302ee4e292c284e2482ae8fd24f.tar.gz
playbooks-ansible-b79f383bc5d82302ee4e292c284e2482ae8fd24f.tar.xz
playbooks-ansible-b79f383bc5d82302ee4e292c284e2482ae8fd24f.zip
Split firewall tasks in task files
Diffstat (limited to 'roles/bittorrent/tasks/config.yml')
-rw-r--r--roles/bittorrent/tasks/config.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/roles/bittorrent/tasks/config.yml b/roles/bittorrent/tasks/config.yml
index a299619..0fd37a7 100644
--- a/roles/bittorrent/tasks/config.yml
+++ b/roles/bittorrent/tasks/config.yml
@@ -30,10 +30,3 @@
- name: Désactivation UPnP
command: transmission-remote --no-portmap
-
-- name: Ouverture des ports Firewalld
- firewalld: port=51413/tcp permanent={{ item }} state=enabled
- with_items:
- - true
- - false
- when: ansible_distribution == "Fedora"