Skip to main content

Fluxcli Role

This Ansible role can be used to install fluxcli.


Variables

VariablesTypeOptionsDefaults
fluxcli_bin_state:stringpresent, skippresent
fluxcli_url:string---https://github.com/fluxcd/flux2/releases/download/v{{ fluxcli_tag }}/flux_{{ fluxcli_tag }}_linux_{{ fluxcli_arch }}.tar.gz
fluxcli_arch:string---amd64
fluxcli_tag:string---2.3.0
fluxcli_path:string---/usr/local/sbin

Example Playbook

- name: Import fluxcli Role
hosts: all
roles:
- role: giftpilz0.kubernetes.fluxcli