Skip to content

Commit

Permalink
ferm depends on iptables
Browse files Browse the repository at this point in the history
 - it is not installed by default on centos 7.2 docker
  • Loading branch information
martbhell committed Jan 18, 2016
1 parent c2997ae commit 8264511
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
name: ferm
state: present

- name: Install iptables
action:
module: "{{ ansible_pkg_mgr }}"
name: iptables
state: present

# https://github.com/ansible/ansible-modules-core/issues/593
# msg: no service or tool found for: firewalld
- name: Disable firewalld
Expand Down

0 comments on commit 8264511

Please sign in to comment.