rolehippie.yq

yq

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

This is an Ansible role to install yq, which is a tool for working with YAML files, similar to jq for JSON.

The development and enhancement of this Ansible role have been supported by my current and past employers, including Cloudpunks GmbH and Proact Deutschland GmbH.

Table of Contents


Requirements

  • Minimum version of Ansible required: 2.10

Default Variables

yq_arch

Specifies the architecture of the yq binary.

Default value

yq_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}"

yq_download

URL for downloading the release archive.

Default value

yq_download: https://github.com/mikefarah/yq/releases/download/v{{ yq_version }}/yq_linux_{{
  yq_arch }}

yq_version

The version of yq to install.

Default value

yq_version: 4.44.3

Discovered Tags

yq

Dependencies

  • No dependencies.

License

Apache-2.0

Author

Thomas Boerger

Informazioni sul progetto

Ansible role to install yq the jq yaml counterpart

Installa
ansible-galaxy install rolehippie.yq
Licenza
apache-2.0
Download
2.3k
Proprietario
Ansible role collection of Webhippie