openstack-ansible-security/releasenotes/notes/disable-netconsole-service-915bb33449b4012c.yaml
Major Hayden 3107e7cc9d
Disable the netconsole service (if present)
This patch checks for the netconsole service on a host and disables the
service, if the service is installed. The service will be stopped
immediately if it is found to be running.

Documentation and release notes are included.

Closes-bug: 1584194

Change-Id: If779af67c2a66e7b56d170f1f12744aef75ff27b
2016-05-20 15:41:13 -05:00

8 lines
246 B
YAML

fixes:
- |
An Ansible task was added to disable the ``netconsole`` service on CentOS
systems if the service is installed on the system.
Deployers can opt-out of this change by setting
``security_disable_netconsole`` to ``no``.