aboutsummaryrefslogtreecommitdiffstats
path: root/roles/firewalld/README.md
blob: 5350b778d4dfdc22400a6a0f0f120531deb18941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
- hosts: all
  roles:
    - role: firewalld
````