f37eb32a93
Right now our documentation assumes that users must run OpenStack-Ansible as root users. With that it's not a strict requirement and there is a pretty much straightforward way on running playbooks as non-root user by leveraging Ansibles' `become`. Depends-On: https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/897948 Change-Id: I426c78157a17fd4524e48437c6f632a8551223d0
18 lines
410 B
ReStructuredText
18 lines
410 B
ReStructuredText
.. _security_settings:
|
|
|
|
=================
|
|
Security settings
|
|
=================
|
|
|
|
This chapter contains information to configure specific security
|
|
settings for your OpenStack-Ansible cloud.
|
|
|
|
For understanding security design, please see
|
|
:ref:`security-design`.
|
|
|
|
.. include:: ssl-certificates.rst
|
|
.. include:: security-headers.rst
|
|
.. include:: security-txt.rst
|
|
.. include:: hardening.rst
|
|
.. include:: non-root.rst
|