Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
(cherry picked from commit 1d12e36)
  • Loading branch information
drybjed committed Apr 19, 2023
1 parent 2338a48 commit 25c2084
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ General
.. __: https://pre-commit.com/
.. __: https://github.com/codespell-project/codespell

- New project directory layout called "modern" has been implemented in DebOps
scripts. It can be created using the command:

.. code-block:: console
debops project init -t modern <project>
The modern project layout supports multiple Ansible inventories encapsulated
into :ref:`infrastructure views <project_infrastructure_views>`.

:ref:`debops.apt` role
''''''''''''''''''''''

Expand Down
2 changes: 2 additions & 0 deletions docs/user-guide/project-directories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ changes with the previous layout are:
Detailed description of each directory and file in the project directory can be
found further below.

.. _project_infrastructure_views:

How to use "infrastructure views"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 25c2084

Please sign in to comment.