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

Commit

Permalink
Added firewalld package installation #7
Browse files Browse the repository at this point in the history
  • Loading branch information
David Roble committed Feb 21, 2019
1 parent d04257a commit fc42489
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 fc42489

Please sign in to comment.