
Implements: blueprint security-hardening Change-Id: I9b8fce8e4ce174be5f341d74649829ad1253cfb3
9 lines
283 B
ReStructuredText
9 lines
283 B
ReStructuredText
Neither Ubuntu nor openstack-ansible install the X windows server by default.
|
|
The ansible tasks will remove the ``xserver-xorg`` package if it is present.
|
|
|
|
To opt-out of the change, set the following Ansible variable to ``no``:
|
|
|
|
.. code-block:: yaml
|
|
|
|
remove_services['xorg']: no
|