yq

yq

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

Ansible role to install yq the jq yaml counterpart.

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

yq_arch

Architecture of the static binary

Default value

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

yq_download

URL to the archive of the release to install

Default value

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

yq_version

Version of the release to install

Default value

yq_version: 4.44.3

Discovered Tags

yq

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger

About

Ansible role to install yq the jq yaml counterpart

Install
ansible-galaxy install rolehippie/yq
GitHub repository
License
apache-2.0
Downloads
248
Owner
Ansible role collection of Webhippie