
Implements: blueprint security-hardening Change-Id: Iea8c03d78b81273d8373029c4d18115136d0abf1
13 lines
322 B
ReStructuredText
13 lines
322 B
ReStructuredText
Ubuntu keeps 5 rotated logs with the ``num_logs`` option and this meets the
|
|
STIG requirement. The Ansible task will ensure that the secure default is
|
|
maintained.
|
|
|
|
Deployers who want to allow logs to grow to larger sizes prior to rotation can
|
|
adjust the following Ansible variable:
|
|
|
|
.. code-block:: yaml
|
|
|
|
num_logs: 5
|
|
|
|
|