ansible_vorteil.cloud.vorteil_get_sample_vcfg (0.1.6) — module

Prints a sample vcfg json configuration

| "added in version" 2.10.0 of ansible_vorteil.cloud"

Authors: Jon Alfaro (@jalfvort)

preview | supported by community

Install collection

Install with ansible-galaxy collection install ansible_vorteil.cloud:==0.1.6


Add to requirements.yml

  collections:
    - name: ansible_vorteil.cloud
      version: 0.1.6

Description

Prints a sample vcfg configuration.

Please note this a sample configuration and will not work, it is to used as a reference.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: print sample vcfg
  ansible_vorteil.cloud.vorteil_get_sample_vcfg:
      format: "json"

Inputs

    
format:
    choices:
    - json
    - toml
    default: json
    description:
    - Structure type to print vcfg.
    required: false
    type: str

Outputs

results:
  description:
  - Prints sample vcfg in configured format
  returned: success
  sample:
    response: '{{ json_vcfg_dump }}'
  type: str