File: README.rst

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (19 lines) | stat: -rw-r--r-- 599 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
========
fail2ban
========

This element installs the fail2ban binary from the upstream repositories.
In the case of rocky linux, fail2ban lives in epel so the 'epel' element must also be included.

In addition, a compulsory jail.local is expected, localy on the build system, to be inserted in the final image.

Environment Variables
---------------------

DIB_FAIL2BAN_CONF:
   :Required: Yes
   :Default: None
   :Description: The location of a fail2ban.conf file on the Builder system which will be injected into the image
   :Example: ``DIB_FAIL2BAN_CONF=~/home/jail.local``

.. element_deps::