Configuration

ansible_full_role_name

Ansible role name. Example: debops.apt.

No default.

closing_fold_format_spec

Format string in str.format syntax used defining how closing folds should look like.

Defaults to:

{:>72}

wanted_empty_lines_between_items

Number of empty lines wanted between sections and/or variables. Note that the closing folds are by default space indented and also count as “empty lines” for that matter.

Defaults to:

2

add_string_for_missing_comment

The string to add when a undocumented variable/section was found.

Defaults to:

FIXME(yaml4rst): Describe what this variable is doing.

top_level_section_suffix

The string to add to the top level section heading. It was once a standard in DebOps to surround the whole defaults/main.yml file in a fold by setting this variable to ” [[[“.

Defaults to:


header_include_rst_file

The string specify a RST file path which should be included using the include RST directive in the header. It was once a standard in DebOps to include includes/all.rst in the header.

Defaults to: