From b79f383bc5d82302ee4e292c284e2482ae8fd24f Mon Sep 17 00:00:00 2001 From: Matthieu Saulnier Date: Sun, 21 Oct 2018 10:25:08 +0200 Subject: Split firewall tasks in task files --- roles/bittorrent/tasks/config.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'roles/bittorrent/tasks/config.yml') 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" -- cgit