Installs Telepresence, a Go-based local development against Kubernetes or OpenShift cluster.
An honest duplication of ansible-role-packer by Jeff Geerling
None.
Available variables are listed below, along with default values (see defaults/main.yml
):
telepresence_version: "2.14.4"
The telepresence version to install.
telepresence_arch: "amd64"
The system architecture (e.g. 386
or amd64
) to use.
telepresence_bin_path: /usr/local/bin
The location where the telepresence binary will be installed (should be in system $PATH
).
The user/group which should own binary.
telepresence_user: "root"
telepresence_group: "root"
None.
- hosts: servers
roles:
- rholmboe.telepresence
MIT / BSD
This role was created in 2021 by Richard Holmboe