Skip to content

rholmboe/ansible-role-telepresence

Repository files navigation

Ansible Role: Telepresence

CI Ansible Role Ansible Quality Score

Installs Telepresence, a Go-based local development against Kubernetes or OpenShift cluster.

An honest duplication of ansible-role-packer by Jeff Geerling

Requirements

None.

Role Variables

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"

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
    - rholmboe.telepresence

License

MIT / BSD

Author Information

This role was created in 2021 by Richard Holmboe