aboutsummaryrefslogtreecommitdiffstats
path: root/roles/firewalld/README.md
blob: 86fe3d4969b27a4ee0e5a522dfcde2379b501d5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
firewalld
=========

Description
-----------

The `firewalld` role enables the local firewall and disables the built-in
`cockpit` allow rule (we don't use it).

This role does not use any variables.


Usage
-----

Example playbook:

````yaml
- name: enable firewalld
  hosts: all
  roles:
    - role: firewalld
````