Skip to content

Commit

Permalink
updated layout
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Nov 20, 2023
1 parent 3ff035f commit 39acc34
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/audit/getting-started-audit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ It is possible to just run the audit on some playbooks (being rolled out across

.. code-block:: yaml
audit_only: true
audit_only: true
This will run the audit based on the same release as the playbook and will then stop.
Extra variables also enable the ability to copy back the audit output to the control node and create a directory structure.

.. code-block:: yaml
# As part of audit_only
# This will enable files to be copied back to control node
fetch_audit_files: false
# Path to copy the files to will create dir structure
audit_capture_files_dir: /some/location to copy to on control node
# As part of audit_only
# This will enable files to be copied back to control node
fetch_audit_files: false
# Path to copy the files to will create dir structure
audit_capture_files_dir: /some/location to copy to on control node
Defining the audit
Expand Down

0 comments on commit 39acc34

Please sign in to comment.