Skip to content
Snippets Groups Projects
Verified Commit cbf9c7d2 authored by Chris Croome's avatar Chris Croome
Browse files

add new vars to the arg spec

parent 18fea607
No related branches found
No related tags found
No related merge requests found
Pipeline #35013 passed
......@@ -31,6 +31,10 @@ argument_specs:
type: str
required: true
description: Icinga API users directory.
icinga_archive_keyring_deb_url:
type: str
required: true
description: URL of the icinga-archive-keyring package for supported distros.
icinga_auto_generate_nodes_group:
type: bool
required: false
......@@ -47,6 +51,11 @@ argument_specs:
type: dict
required: true
description: A dictionary of default remote checks, used if host specific checks are not defined.
icinga_distros:
type: list
elements: str
required: true
description: A list of Debian and Ubuntu distros from the Supported Operating Systems list at https://icinga.com/subscriptions/support-matrix/.
icinga_feature_disabled:
type: list
elements: str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment