Docs/Reno fixes
This patch fixes a ton of broken links, documentation, and reno errors. Change-Id: If6f9a698a813db9aaf1eb4e10520a4c01cd00407
This commit is contained in:
parent
e79c6c0594
commit
6061695c85
@ -7,4 +7,4 @@ tag: misc
|
|||||||
The security role already deploys a login banner for console logins with tasks
|
The security role already deploys a login banner for console logins with tasks
|
||||||
from another STIG:
|
from another STIG:
|
||||||
|
|
||||||
* :ref:`stig-V-V-7225`
|
* :ref:`stig-V-72225`
|
||||||
|
@ -11,7 +11,7 @@ coordination.
|
|||||||
|
|
||||||
Deployers can opt-in for this change by setting the following Ansible variable:
|
Deployers can opt-in for this change by setting the following Ansible variable:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: yaml
|
||||||
|
|
||||||
security_set_minimum_password_lifetime: yes
|
security_set_minimum_password_lifetime: yes
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ rotation may reduce overall security in some situations.
|
|||||||
|
|
||||||
Deployers can opt-in for this change by setting the following Ansible variable:
|
Deployers can opt-in for this change by setting the following Ansible variable:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: yaml
|
||||||
|
|
||||||
security_set_maximum_password_lifetime: yes
|
security_set_maximum_password_lifetime: yes
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.. _hardening-domains-label:
|
.. _hardening_domains_label:
|
||||||
|
|
||||||
Hardening Domains
|
Hardening Domains
|
||||||
=================
|
=================
|
||||||
@ -19,7 +19,6 @@ domain and the STIG requirements that go along with each.
|
|||||||
rhel7/domains/auth.rst
|
rhel7/domains/auth.rst
|
||||||
rhel7/domains/file_perms.rst
|
rhel7/domains/file_perms.rst
|
||||||
rhel7/domains/graphical.rst
|
rhel7/domains/graphical.rst
|
||||||
rhel7/domains/implemented.rst
|
|
||||||
rhel7/domains/kernel.rst
|
rhel7/domains/kernel.rst
|
||||||
rhel7/domains/lsm.rst
|
rhel7/domains/lsm.rst
|
||||||
rhel7/domains/misc.rst
|
rhel7/domains/misc.rst
|
||||||
|
@ -81,7 +81,7 @@ is an example of a basic playbook that uses the ansible-hardening role:
|
|||||||
|
|
||||||
The variables provided in the ``vars`` section can enable, disable, or alter
|
The variables provided in the ``vars`` section can enable, disable, or alter
|
||||||
configuration for various tasks in the ansible-hardening role. For more details
|
configuration for various tasks in the ansible-hardening role. For more details
|
||||||
on the available variables, refer to the :ref:`hardening-domains_label`
|
on the available variables, refer to the :ref:`hardening_domains_label`
|
||||||
section.
|
section.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
@ -104,9 +104,10 @@ Pike
|
|||||||
|
|
||||||
* **Documentation:**
|
* **Documentation:**
|
||||||
|
|
||||||
|
* `ansible-hardening Pike Documentation`_
|
||||||
* `ansible-hardening Pike Release Notes`_
|
* `ansible-hardening Pike Release Notes`_
|
||||||
|
|
||||||
.. _ansible-hardening Pike Documentation: http://docs.openstack.org/developer/ansible-hardening/pike/
|
.. _ansible-hardening Pike Documentation: https://docs.openstack.org/ansible-hardening/pike/
|
||||||
.. _ansible-hardening Pike Release Notes: http://docs.openstack.org/releasenotes/ansible-hardening/pike.html
|
.. _ansible-hardening Pike Release Notes: http://docs.openstack.org/releasenotes/ansible-hardening/pike.html
|
||||||
|
|
||||||
Ocata
|
Ocata
|
||||||
@ -126,7 +127,7 @@ Ocata
|
|||||||
* `ansible-hardening Ocata Documentation`_
|
* `ansible-hardening Ocata Documentation`_
|
||||||
* `ansible-hardening Ocata Release Notes`_
|
* `ansible-hardening Ocata Release Notes`_
|
||||||
|
|
||||||
.. _ansible-hardening Ocata Documentation: http://docs.openstack.org/developer/ansible-hardening/ocata/
|
.. _ansible-hardening Ocata Documentation: https://docs.openstack.org/ansible-hardening/ocata/
|
||||||
.. _ansible-hardening Ocata Release Notes: http://docs.openstack.org/releasenotes/ansible-hardening/ocata.html
|
.. _ansible-hardening Ocata Release Notes: http://docs.openstack.org/releasenotes/ansible-hardening/ocata.html
|
||||||
|
|
||||||
Newton
|
Newton
|
||||||
@ -146,5 +147,5 @@ Newton
|
|||||||
* `ansible-hardening Newton Documentation`_
|
* `ansible-hardening Newton Documentation`_
|
||||||
* `ansible-hardening Newton Release Notes`_
|
* `ansible-hardening Newton Release Notes`_
|
||||||
|
|
||||||
.. _ansible-hardening Newton Documentation: http://docs.openstack.org/developer/ansible-hardening/newton/
|
.. _ansible-hardening Newton Documentation: https://docs.openstack.org/ansible-hardening/newton/
|
||||||
.. _ansible-hardening Newton Release Notes: http://docs.openstack.org/releasenotes/ansible-hardening/newton.html
|
.. _ansible-hardening Newton Release Notes: http://docs.openstack.org/releasenotes/ansible-hardening/newton.html
|
||||||
|
@ -58,11 +58,12 @@ master_doc = 'index'
|
|||||||
author = 'OpenStack-Ansible Contributors'
|
author = 'OpenStack-Ansible Contributors'
|
||||||
category = 'Miscellaneous'
|
category = 'Miscellaneous'
|
||||||
copyright = '2014-2017, OpenStack-Ansible Contributors'
|
copyright = '2014-2017, OpenStack-Ansible Contributors'
|
||||||
description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.'
|
description = ('The ansible-hardening Ansible role uses industry-standard '
|
||||||
project = 'OpenStack-Ansible'
|
'security hardening guides to secure Linux hosts.')
|
||||||
|
project = 'ansible-hardening'
|
||||||
role_name = 'ansible-hardening'
|
role_name = 'ansible-hardening'
|
||||||
target_name = 'ansible-hardening'
|
target_name = 'ansible-hardening'
|
||||||
title = 'ansible-hardening Documentation:'
|
title = 'ansible-hardening Release Notes:'
|
||||||
|
|
||||||
# The link to the browsable source code (for the left hand menu)
|
# The link to the browsable source code (for the left hand menu)
|
||||||
oslosphinx_cgit_link = (
|
oslosphinx_cgit_link = (
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
================================
|
===============================
|
||||||
OpenStack-Ansible Release Notes
|
ansible-hardening Release Notes
|
||||||
================================
|
===============================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
liberty
|
|
||||||
mitaka
|
|
||||||
newton
|
|
||||||
unreleased
|
unreleased
|
||||||
|
pike
|
||||||
ocata
|
ocata
|
||||||
|
newton
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
==============================
|
|
||||||
Liberty Series Release Notes
|
|
||||||
==============================
|
|
||||||
|
|
||||||
.. release-notes::
|
|
||||||
:branch: origin/liberty
|
|
@ -1,6 +0,0 @@
|
|||||||
=============================
|
|
||||||
Mitaka Series Release Notes
|
|
||||||
=============================
|
|
||||||
|
|
||||||
.. release-notes::
|
|
||||||
:branch: origin/stable/mitaka
|
|
6
releasenotes/source/pike.rst
Normal file
6
releasenotes/source/pike.rst
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
===================================
|
||||||
|
Pike Series Release Notes
|
||||||
|
===================================
|
||||||
|
|
||||||
|
.. release-notes::
|
||||||
|
:branch: origin/stable/pike
|
Loading…
Reference in New Issue
Block a user