schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
jsonConfig.json | validatorNoSaveOnError | True if save must be disabled by errors | {"type": "boolean"} |
jsonConfig.json | validatorErrorText | Text to show if validator fails | {"type": "string"} |
jsonConfig.json | showSecondAddAt | Number of lines from which the second add button at the bottom of the table will be shown. Default 5 | {"type": "number"} |
jsonConfig.json | tooltip | Optional tooltip | {"type": "string"} |
jsonConfig.json | default | Default value | {} |
jsonConfig.json | calculateFunc | JS function: that calculates value | {"type": "string"} |
jsonConfig.json | ignoreOwnChanges | Do not trigger onChange event if changed value of this attribute | {"type": "boolean"} |
jsonConfig.json | alsoDependsOn | Depends on other attributes and will be re-calculated when other attributes changed | {"type": "array", "items": {"type": "string"}} |
jsonConfig.json | defaultFunc | JS function to calculate default value | {"oneOf": [{"type": "string"}, {"type": "object", "additionalProperties": false, "properties": {"func": {"type": "string"}, "alsoDependsOn": {"type": "array", "items": {"type": "string"}}}}]} |
jsonConfig.json | func | JS function: that calculates value | {"type": "string"} |
jsonConfig.json | alsoDependsOn | Depends on other attributes and will be re-calculated when other attributes changed | {"type": "array", "items": {"type": "string"}} |
jsonConfig.json | noTranslation | Do not translate selects or other options (not for help, label or placeholder) | {"type": "boolean"} |
jsonConfig.json | confirm | Confirm dialog | {"type": "object", "additionalProperties": false, "properties": {"condition": {"type": "string"}, "text": {"oneOf": [{"type": "string"}, {}]}, "ok": {"oneOf": [{"type": "string"}, {}]}, "cancel": {"oneOf": [{"type": "string"}, {}]}, "type": {"type": "string", "enum": ["info", "warning", "error", "none"]}, "alsoDependsOn": {"type": "array", "items": {"type": "string"}}}} |
jsonConfig.json | condition | JS function: true show confirm dialog | {"type": "string"} |
jsonConfig.json | text | Text of confirmation dialog | {"oneOf": [{"type": "string"}, {}]} |
jsonConfig.json | title | Title of confirmation dialog | {"oneOf": [{"type": "string"}, {}]} |
jsonConfig.json | ok | Text for 'OK' button | {"oneOf": [{"type": "string"}, {}]} |
jsonConfig.json | cancel | Text for 'cancel' button | {"oneOf": [{"type": "string"}, {}]} |
jsonConfig.json | alsoDependsOn | Trigger confirm dialog if on of the components changed. | {"type": "array", "items": {"type": "string"}} |
jsonConfig.json | noMultiEdit | (only custom) if this flag set to true, this field will not be shown if user selected more than one object for edit | {"type": "boolean"} |
jsonConfig.json | maxLength | max length of text in field | {"type": "number"} |
jsonConfig.json | button | show link as button | {"type": "boolean"} |
dockerd.json | https://docs.docker.com/engine/reference/commandline/dockerd/#daemon | {"$schema": "http://json-schema.org/draft-07/schema#", "properties": {"allow-nondistributable-artifacts": {"type": "array", "items": {}}, "api-cors-header": {"type": "string"}, "authorization-plugins": {"type": "array", "items": {}}, "bip": {"type": "string"}, "bridge": {"type": "string"}, "cgroup-parent": {"type": "string"}, "cluster-advertise": {"type": "string"}, "cluster-store": {"type": "string"}, "cluster-store-opts": {"type": "object"}, "containerd": {"type": "string", "examples": ["/run/containerd/containerd.sock"]}, "containerd-namespace": {"type": "string", "examples": ["docker"]}, "containerd-plugin-namespace": {"type": "string", "examples": ["docker-plugins"]}, "data-root": {"type": "string"}, "debug": {"type": "boolean", "default": false, "examples": [true]}, "default-address-pools": {"type": "array", "items": {"type": "object", "properties": {"base": {"type": "string", "examples": ["172.30.0.0/16", "172.31.0.0/16"]}, "size": {"type": "number", "examples": [24]}}, "examples": [{"base": "172.30.0.0/16", "size": 24}, {"base": "172.31.0.0/16", "size": 24}]}, "examples": [[{"base": "172.30.0.0/16", "size": 24}, {"base": "172.31.0.0/16", "size": 24}]]}, "default-cgroupns-mode": {"type": "string", "default": "host", "examples": ["host", "private"], "enum": ["private", "host"]}, "default-ipc-mode": {"type": "string", "default": "private", "examples": ["shareable", "private"], "enum": ["shareable", "private"]}, "default-gateway": {"type": "string"}, "default-gateway-v6": {"type": "string"}, "default-runtime": {"type": "string", "default": "containerd", "examples": ["runc", "containerd"]}, "default-shm-size": {"type": "string", "examples": ["64M"]}, "default-ulimits": {"type": "object", "properties": {"nofile": {"type": "object", "properties": {"Hard": {"type": "number", "default": 0, "examples": [64000]}, "Name": {"type": "string", "examples": ["nofile"]}, "Soft": {"type": "number", "default": 0, "examples": [64000]}}, "examples": [{"Hard": 64000, "Name": "nofile", "Soft": 64000}]}}, "examples": [{"nofile": {"Hard": 64000, "Name": "nofile", "Soft": 64000}}]}, "dns": {"type": "array", "items": {}}, "dns-opts": {"type": "array", "items": {"type": "string"}}, "dns-search": {"type": "array", "items": {"type": "string"}}, "exec-opts": {"type": "array", "items": {"type": "string"}}, "exec-root": {"type": "string"}, "experimental": {"type": "boolean", "default": false, "examples": [true]}, "features": {"type": "object"}, "fixed-cidr": {"type": "string"}, "fixed-cidr-v6": {"type": "string"}, "group": {"type": "string"}, "hosts": {"type": "array", "items": {"type": "string"}}, "icc": {"type": "boolean", "default": false}, "init": {"type": "boolean", "default": false}, "init-path": {"type": "string", "examples": ["/usr/libexec/docker-init"]}, "insecure-registries": {"type": "array", "items": {"type": "string"}}, "ip": {"type": "string", "examples": ["0.0.0.0"]}, "ip-forward": {"type": "boolean", "default": false}, "ip-masq": {"type": "boolean", "default": false}, "iptables": {"type": "boolean", "default": false}, "ip6tables": {"type": "boolean", "default": false}, "ipv6": {"type": "boolean", "default": false}, "labels": {"type": "array", "items": {}}, "live-restore": {"type": "boolean", "default": false, "examples": [true]}, "log-driver": {"type": "string", "examples": ["json-file"]}, "log-level": {"type": "string"}, "log-opts": {"type": "object", "properties": {"cache-disabled": {"type": "string", "examples": ["false"]}, "cache-max-file": {"type": "string", "examples": ["5"]}, "cache-max-size": {"type": "string", "examples": ["20m"]}, "cache-compress": {"type": "string", "examples": ["true"]}, "env": {"type": "string", "examples": ["os,customer"]}, "labels": {"type": "string", "examples": ["somelabel"]}, "max-file": {"type": "string", "examples": ["5"]}, "max-size": {"type": "string", "examples": ["10m"]}}, "examples": [{"cache-disabled": "false", "cache-max-file": "5", "cache-max-size": "20m", "cache-compress": "true", "env": "os,customer", "labels": "somelabel", "max-file": "5", "max-size": "10m"}]}, "max-concurrent-downloads": {"type": "number", "default": 0, "examples": [3]}, "max-concurrent-uploads": {"type": "number", "default": 0, "examples": [5]}, "max-download-attempts": {"type": "number", "default": 0, "examples": [5]}, "mtu": {"type": "number", "default": 0, "examples": [0]}, "no-new-privileges": {"type": "boolean", "default": false}, "node-generic-resources": {"type": "array", "items": {"type": "string", "examples": ["NVIDIA-GPU=UUID1", "NVIDIA-GPU=UUID2"]}, "examples": [["NVIDIA-GPU=UUID1", "NVIDIA-GPU=UUID2"]]}, "oom-score-adjust": {"type": "number", "examples": [-500]}, "pidfile": {"type": "string"}, "raw-logs": {"type": "boolean", "default": false}, "registry-mirrors": {"type": "array", "items": {"type": "string"}}, "runtimes": {"type": "object", "properties": {"cc-runtime": {"type": "object", "properties": {"path": {"type": "string", "examples": ["/usr/bin/cc-runtime"]}}, "examples": [{"path": "/usr/bin/cc-runtime"}]}, "custom": {"type": "object", "properties": {"path": {"type": "string", "examples": ["/usr/local/bin/my-runc-replacement"]}, "runtimeArgs": {"type": "array", "items": {"type": "string", "examples": ["--debug"]}, "examples": [["--debug"]]}}, "examples": [{"path": "/usr/local/bin/my-runc-replacement", "runtimeArgs": ["--debug"]}]}}, "examples": [{"cc-runtime": {"path": "/usr/bin/cc-runtime"}, "custom": {"path": "/usr/local/bin/my-runc-replacement", "runtimeArgs": ["--debug"]}}]}, "seccomp-profile": {"type": "string"}, "selinux-enabled": {"type": "boolean", "default": false}, "shutdown-timeout": {"type": "number", "default": 0, "examples": [15]}, "storage-driver": {"type": "string"}, "storage-opts": {"type": "array", "items": {}}, "swarm-default-advertise-addr": {"type": "string"}, "tls": {"type": "boolean", "default": false, "examples": [true]}, "tlscacert": {"type": "string"}, "tlscert": {"type": "string"}, "tlskey": {"type": "string"}, "tlsverify": {"type": "boolean", "default": false, "examples": [true]}, "userland-proxy": {"type": "boolean", "default": false}, "userland-proxy-path": {"type": "string", "examples": ["/usr/libexec/docker-proxy"]}, "userns-remap": {"type": "string"}}, "type": "object"} |
|
templatesources.json | sources | Includes information regarding all sources that have been added to SideWaffle. | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Enabled": {"type": "boolean"}, "Location": {"type": "string", "format": "uri"}, "Branch": {"type": "string"}}}} |
templatesources.json | Name | The name of the source. | {"type": "string"} |
templatesources.json | Enabled | Indicates whether the source template(s) should be added to Visual Studio. | {"type": "boolean"} |
templatesources.json | Location | The location of the source to be added. This can be on a git repository or local file share. | {"type": "string", "format": "uri"} |
templatesources.json | Branch | The branch of the source repository containing the template. | {"type": "string"} |
templatesources.json | updateInterval | Used by SideWaffle to determine how often Visual Studio will download and install the templates from its source. | {"type": "string", "enum": ["Always", "OnceADay", "OnceAWeek", "OnceAMonth", "Never"]} |
local.settings.json | IsEncrypted | When this setting is set to true, all values are encrypted with a local machine key. Used with func settings commands. Default value is false. You might want to encrypt the local.settings.json file on your local computer when it contains secrets, such as service connection strings. The host automatically decrypts settings when it runs. Use the func settings decrypt command before trying to read locally encrypted settings. | {"type": "boolean", "default": false} |
local.settings.json | Values | Application settings and connection strings used when a project is running locally. These key-value (string-string) pairs correspond to application settings in your function app in Azure, like AzureWebJobsStorage. Many triggers and bindings have a property that refers to a connection string app setting, like Connection for the Blob storage trigger. For these properties, you need an application setting defined in the Values array. See the subsequent table for a list of commonly used settings. Values must be strings and not JSON objects or arrays. Setting names can't include a colon (:) or a double underline (__). Double underline characters are reserved by the runtime, and the colon is reserved to support dependency injection. | {"type": "object", "properties": {"FUNCTIONS_WORKER_RUNTIME": {"type": "string", "enum": ["custom", "dotnet", "dotnet-isolated", "node", "java", "powershell", "python"]}, "AzureWebJobsStorage": {"type": "string", "examples": ["", "UseDevelopmentStorage=true"]}, "AzureWebJobsDashboard": {"type": "string"}, "FUNCTIONS_WORKER_RUNTIME_VERSION": {"type": "string"}}} |
local.settings.json | FUNCTIONS_WORKER_RUNTIME | Indicates the targeted language of the Functions runtime. Required for version 2.x and higher of the Functions runtime. This setting is generated for your project by Core Tools. To learn more, see the FUNCTIONS_WORKER_RUNTIME reference. | {"type": "string", "enum": ["custom", "dotnet", "dotnet-isolated", "node", "java", "powershell", "python"]} |
local.settings.json | AzureWebJobsStorage | Contains the connection string for an Azure storage account. Required when using triggers other than HTTP. For more information, see the AzureWebJobsStorage reference. When you have the Azure storage emulator installed locally and you set AzureWebJobsStorage to UseDevelopmentStorage=true, Core Tools uses the emulator. The emulator is useful during development, but you should test with an actual storage connection before deployment. | {"type": "string", "examples": ["", "UseDevelopmentStorage=true"]} |
local.settings.json | AzureWebJobsDashboard | DEPRECATED. Legacy Storage connection string for storing logs. May impact performance and increase Storage transactions/costs. | {"type": "string"} |
local.settings.json | FUNCTIONS_WORKER_RUNTIME_VERSION | Indicates that PowerShell 7 be used when running locally. If not set, then PowerShell Core 6 is used. This setting is only used when running locally. When running in Azure, the PowerShell runtime version is determined by the powerShellVersion site configuration setting, which can be set in the portal. | {"type": "string"} |
local.settings.json | Host | Settings in this section customize the Functions host process when you run projects locally. These settings are separate from the host.json settings, which also apply when you run projects in Azure. | {"type": "object", "properties": {"LocalHttpPort": {"type": "integer"}, "CORS": {"type": "string"}, "CORSCredentials": {"type": "boolean"}}} |
local.settings.json | LocalHttpPort | Settings in this section customize the Functions host process when you run projects locally. These settings are separate from the host.json settings, which also apply when you run projects in Azure. | {"type": "integer"} |
local.settings.json | CORS | Defines the origins allowed for cross-origin resource sharing (CORS). Origins are supplied as a comma-separated list with no spaces. The wildcard value (*) is supported, which allows requests from any origin. | {"type": "string"} |
local.settings.json | CORSCredentials | When set to true, allows withCredentials requests. | {"type": "boolean"} |
local.settings.json | ConnectionStrings | A collection. Don't use this collection for the connection strings used by your function bindings. This collection is used only by frameworks that typically get connection strings from the ConnectionStrings section of a configuration file, like Entity Framework. Connection strings in this object are added to the environment with the provider type of System.Data.SqlClient. Items in this collection aren't published to Azure with other app settings. You must explicitly add these values to the Connection strings collection of your function app settings. If you're creating a SqlConnection in your function code, you should store the connection string value with your other connections in Application Settings in the portal. | {"type": "object"} |
dbt_project.json | docs_config | Configurations for the appearance of nodes in the dbt documentation. | {"type": "object", "properties": {"node_color": {"type": "string", "pattern": "^(#[a-fA-F0-9]{3}|#[a-fA-F0-9]{6}|[^#][a-zA-Z]*)$"}, "show": {"type": "boolean", "default": true}}, "additionalProperties": false} |
dbt_project.json | node_color | The color of the node on the DAG in the documentation. It must be an Hex code or a valid CSS color name. | {"type": "string", "pattern": "^(#[a-fA-F0-9]{3}|#[a-fA-F0-9]{6}|[^#][a-zA-Z]*)$"} |
dbt_project.json | label_configs | Configurations specific to BigQuery adapter used to add labels and tags to tables & views created by dbt. | {"type": "object", "patternProperties": {"^[a-z][a-z0-9_-]{0,63}$": {"oneOf": [{"type": "string", "pattern": "^[a-z0-9_-]{0,64}$"}, {}]}}, "additionalProperties": false} |
dbt_project.json | metric_configs | Configurations set in the dbt_project.yml file will apply to all metrics that don't have a more specific configuration set. | {"type": "object", "properties": {"+enabled": {}, "+treat_null_values_as_zero": {}, "enabled": {}, "treat_null_values_as_zero": {}}, "additionalProperties": {"oneOf": [{}, {}]}} |
dbt_project.json | model_configs | Configurations set in the dbt_project.yml file will apply to all models that don't have a more specific configuration set. | {"type": "object", "properties": {"+alias": {}, "+bind": {"default": false}, "+contract": {}, "+copy_grants": {}, "+database": {}, "+docs": {}, "+enabled": {}, "+file_format": {}, "+grant_access_to": {}, "+hours_to_expiration": {}, "+incremental_strategy": {}, "+kms_key_name": {}, "+labels": {}, "+location": {}, "+materialized": {}, "+on_schema_change": {}, "+persist_docs": {}, "+post-hook": {}, "+pre-hook": {}, "+schema": {}, "+sql_header": {}, "+tags": {}, "+transient": {}, "alias": {}, "bind": {"default": false}, "contract": {}, "copy_grants": {}, "database": {}, "docs": {}, "enabled": {}, "file_format": {}, "grant_access_to": {}, "hours_to_expiration": {}, "incremental_strategy": {}, "kms_key_name": {}, "labels": {}, "location": {}, "materialized": {}, "on_schema_change": {}, "persist_docs": {}, "post-hook": {}, "pre-hook": {}, "schema": {}, "sql_header": {}, "tags": {}, "transient": {}}, "additionalProperties": {"oneOf": [{}, {}]}} |
dbt_project.json | persist_docs_config | Configurations for the persistence of the dbt documentation. | {"type": "object", "properties": {"columns": {"default": true}, "relation": {"default": true}}, "additionalProperties": false} |
dbt_project.json | test_configs | Configurations set in the dbt_project.yml file will apply to all tests that don't have a more specific configuration set. | {"type": "object", "properties": {"+alias": {}, "+database": {}, "+enabled": {}, "+error_if": {}, "+fail_calc": {}, "+limit": {}, "+schema": {}, "+severity": {}, "+store_failures": {}, "+tags": {}, "+warn_if": {}, "enabled": {}, "error_if": {}, "fail_calc": {}, "limit": {}, "severity": {}, "store_failures": {}, "tags": {}, "warn_if": {}, "alias": {}, "database": {}, "schema": {}}, "additionalProperties": {"oneOf": [{}, {}]}} |
dbt_project.json | grant_access_to | Configuration, specific to BigQuery adapter, used to setup authorized views. | {"type": "array", "items": {"type": "object", "properties": {"database": {"type": "string"}, "project": {"type": "string"}}, "additionalProperties": false}} |
dbt_project.json | hours_to_expiration | Configuration specific to BigQuery adapter used to set an expiration delay (in hours) to a table. | {"type": "number"} |
dbt_project.json | kms_key_name | Configuration, specific to BigQuery adapter, of the KMS key name used for data encryption. | {"type": "string"} |
ansible-navigator.json | cmdline | Extra parameters passed to the corresponding command | {"type": "string"} |
ansible-navigator.json | help | Help options for ansible-config command in stdout mode | {"default": false, "enum": [true, false], "type": "boolean"} |
ansible-navigator.json | path | Specify the path to the ansible configuration file | {"type": "string"} |
ansible-navigator.json | help | Help options for ansible-doc command in stdout mode | {"default": false, "enum": [true, false], "type": "boolean"} |
ansible-navigator.json | name | Specify the plugin name | {"type": "string"} |
ansible-navigator.json | type | Specify the plugin type, 'become', 'cache', 'callback', 'cliconf', 'connection', 'filter', 'httpapi', 'inventory', 'keyword', 'lookup', 'module', 'netconf', 'role', 'shell', 'strategy', 'test' or 'vars' | {"default": "module", "enum": ["become", "cache", "callback", "cliconf", "connection", "filter", "httpapi", "inventory", "keyword", "lookup", "module", "netconf", "role", "shell", "strategy", "test", "vars"], "type": "string"} |
ansible-navigator.json | entries | Specify an inventory file path or comma separated host list | {"items": {"type": "string"}, "type": "array"} |
ansible-navigator.json | help | Help options for ansible-inventory command in stdout mode | {"default": false, "enum": [true, false], "type": "boolean"} |
ansible-navigator.json | help | Help options for ansible-playbook command in stdout mode | {"default": false, "enum": [true, false], "type": "boolean"} |
ansible-navigator.json | path | Specify the playbook name | {"type": "string"} |
ansible-navigator.json | help | Help options for ansible-builder command in stdout mode | {"default": false, "enum": [true, false], "type": "boolean"} |
ansible-navigator.json | workdir | Specify the path that contains ansible-builder manifest files | {"default": ".", "type": "string"} |
ansible-navigator.json | config | Specify the path to the ansible-lint configuration file | {"type": "string"} |
ansible-navigator.json | lintables | Path to files on which to run ansible-lint | {"type": "string"} |
ansible-navigator.json | artifact-dir | The directory path to store artifacts generated by ansible-runner | {"type": "string"} |
ansible-navigator.json | job-events | Write ansible-runner job_events in the artifact directory | {"default": false, "enum": [true, false], "type": "boolean"} |
ansible-navigator.json | rotate-artifacts-count | Keep ansible-runner artifact directories, for last n runs, if set to 0 artifact directories won't be deleted | {"type": "integer"} |
ansible-navigator.json | timeout | The timeout value after which ansible-runner will forcefully stop the execution | {"type": "integer"} |
ansible-navigator.json | app | Subcommands | {"default": "welcome", "enum": ["builder", "collections", "config", "doc", "exec", "images", "inventory", "lint", "replay", "run", "settings", "welcome"], "type": "string"} |
ansible-navigator.json | collection-doc-cache-path | The path to collection doc cache | {"default": "~/.cache/ansible-navigator/collection_doc_cache.db", "type": "string"} |
ansible-navigator.json | enable | Enable the use of color for mode interactive and stdout | {"default": true, "enum": [true, false], "type": "boolean"} |
ansible-navigator.json | osc4 | Enable or disable terminal color changing support with OSC 4 | {"default": true, "enum": [true, false], "type": "boolean"} |
ansible-navigator.json | command | Specify the editor command | {"default": "vi +{line_number} {filename}", "type": "string"} |
ansible-navigator.json | console | Specify if the editor is console based | {"default": true, "enum": [true, false], "type": "boolean"} |
ansible-navigator.json | enable-prompts | Enable prompts for password and in playbooks. This will set mode to stdout and disable playbook artifact creation | {"default": false, "enum": [true, false], "type": "boolean"} |
ansible-navigator.json | command | Specify the command to run within the execution environment | {"default": "/bin/bash", "type": "string"} |
ansible-navigator.json | shell | Specify the exec command should be run in a shell | {"default": true, "enum": [true, false], "type": "boolean"} |
ansible-navigator.json | container-engine | Specify the container engine (auto=podman then docker) | {"default": "auto", "enum": ["auto", "podman", "docker"], "type": "string"} |
ansible-navigator.json | container-options | Extra parameters passed to the container engine command | {"items": {"type": "string"}, "type": "array"} |
ansible-navigator.json | enabled | Enable or disable the use of an execution environment | {"default": true, "enum": [true, false], "type": "boolean"} |
ansible-navigator.json | pass | Specify an existing environment variable to be passed through to and set within the execution environment (--penv MY_VAR) | {"items": {"type": "string"}, "type": "array"} |
ansible-navigator.json | set | Specify an environment variable and a value to be set within the execution environment (--senv MY_VAR=42) | {"type": "object"} |
ansible-navigator.json | image | Specify the name of the execution environment image | {"type": "string"} |
ansible-navigator.json | arguments | Specify any additional parameters that should be added to the pull command when pulling an execution environment from a container registry. e.g. --pa='--tls-verify=false' | {"items": {"type": "string"}, "type": "array"} |
ansible-navigator.json | policy | Specify the image pull policy always:Always pull the image, missing:Pull if not locally available, never:Never pull the image, tag:if the image tag is 'latest', always pull the image, otherwise pull if not locally available | {"default": "tag", "enum": ["always", "missing", "never", "tag"], "type": "string"} |
ansible-navigator.json | volume-mounts | Specify volume to be bind mounted within an execution environment (--eev /home/user/test:/home/user/test:Z) | {"additionalProperties": false, "items": {"additionalProperties": false, "properties": {"dest": {"type": "string"}, "options": {"type": "string"}, "src": {"type": "string"}}, "required": ["src", "dest"], "type": "object"}, "type": "array"} |
ansible-navigator.json | format | Specify the format for stdout output. | {"default": "yaml", "enum": ["json", "yaml"], "type": "string"} |
ansible-navigator.json | details | Provide detailed information about the selected execution environment image | {"default": ["everything"], "items": {"enum": ["ansible_collections", "ansible_version", "everything", "os_release", "python_packages", "python_version", "redhat_release", "system_packages"], "type": "string"}, "type": "array"} |
ansible-navigator.json | inventory-columns | Specify a host attribute to show in the inventory view | {"items": {"type": "string"}, "type": "array"} |
ansible-navigator.json | append | Specify if log messages should be appended to an existing log file, otherwise a new log file will be created per session | {"default": true, "enum": [true, false], "type": "boolean"} |
ansible-navigator.json | file | Specify the full path for the ansible-navigator log file | {"default": "./ansible-navigator.log", "type": "string"} |
ansible-navigator.json | level | Specify the ansible-navigator log level | {"default": "warning", "enum": ["debug", "info", "warning", "error", "critical"], "type": "string"} |
ansible-navigator.json | mode | Specify the user-interface mode | {"default": "interactive", "enum": ["stdout", "interactive"], "type": "string"} |
ansible-navigator.json | enable | Enable or disable the creation of artifacts for completed playbooks. Note: not compatible with '--mode stdout' when playbooks require user input | {"default": true, "enum": [true, false], "type": "boolean"} |
ansible-navigator.json | replay | Specify the path for the playbook artifact to replay | {"type": "string"} |
ansible-navigator.json | save-as | Specify the name for artifacts created from completed playbooks. The following placeholders are available: {playbook_dir}, {playbook_name}, {playbook_status}, and {time_stamp} | {"default": "{playbook_dir}/{playbook_name}-artifact-{time_stamp}.json", "type": "string"} |
ansible-navigator.json | effective | Show the effective settings. Defaults, CLI parameters, environment variables, and the settings file will be combined | {"default": false, "type": "boolean"} |
ansible-navigator.json | sample | Generate a sample settings file | {"default": false, "type": "boolean"} |
ansible-navigator.json | schema | Generate a schema for the settings file ('json'= draft-07 JSON Schema) | {"default": "json", "enum": ["json"], "type": "string"} |
ansible-navigator.json | sources | Show the source of each current settings entry | {"default": false, "type": "boolean"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.