Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #12 from robled/install_firewalld
Browse files Browse the repository at this point in the history
Added firewalld package installation #7
  • Loading branch information
robled authored Feb 21, 2019
2 parents d04257a + fc42489 commit 3596bff
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
@@ -1,5 +1,11 @@
# role tasks

- name: install firewalld
become: "{{ firewalld_become }}"
package:
name: firewalld
state: present

- name: enable and start firewalld
become: "{{ firewalld_become }}"
service:
Expand Down

0 comments on commit 3596bff

Please sign in to comment.