No description
Find a file
semantic-release-bot 906429b391 chore(release): 1.4.0 [skip ci]
# [1.4.0](https://github.com/de-it-krachten/ansible-role-lens/compare/v1.3.0...v1.4.0) (2025-08-06)

### Features

* Add support for AlmaLinux 10 ([39a5b91](39a5b91a3a))
* Add support for Debian 13 (Trixie) ([0255495](02554950b8))
* Add support for OracleLinux 10 ([b75e946](b75e94614e))
* Add support for Red Hat Enterprise Linux 10 ([f000e3b](f000e3be4b))
* Add support for RockyLinux 10 ([996cf97](996cf97be1))
2025-08-06 22:00:25 +00:00
.github/workflows Update supported platforms & CI 2025-08-06 20:37:42 +02:00
defaults feat: Initial release 2023-05-01 14:03:14 +02:00
files feat: Initial release 2023-05-01 14:03:14 +02:00
meta Update supported platforms & CI 2025-08-06 20:37:42 +02:00
molecule/default Update supported platforms & CI 2025-08-06 20:37:42 +02:00
tasks feat: Initial release 2023-05-01 14:03:14 +02:00
templates feat: Initial release 2023-05-01 14:03:14 +02:00
.ansible-lint feat: Initial release 2023-05-01 14:03:14 +02:00
.cicd Update supported platforms & CI 2025-08-06 20:37:42 +02:00
.cicd.overwrite Update CI 2024-06-04 22:42:43 +02:00
.collections feat: Add support for Ubuntu 24.04 LTS + Fedora 40 2024-05-31 23:21:56 +02:00
.gitignore feat: Update supported platforms & CI 2024-12-29 02:16:35 +01:00
.releaserc.yml feat: Initial release 2023-05-01 14:03:14 +02:00
.roles feat: Initial release 2023-05-01 14:03:14 +02:00
.yamllint feat: Update supported platforms & CI 2024-12-29 02:16:35 +01:00
CHANGELOG.md chore(release): 1.4.0 [skip ci] 2025-08-06 22:00:25 +00:00
README.md Update supported platforms & CI 2025-08-06 20:37:42 +02:00

CI

ansible-role-lens

Installs Lens desktop
https://k8slens.dev

Dependencies

Roles

None

Collections

None

Platforms

Supported platforms

  • Red Hat Enterprise Linux 81
  • Red Hat Enterprise Linux 91
  • Red Hat Enterprise Linux 101
  • RockyLinux 8
  • RockyLinux 9
  • RockyLinux 10
  • OracleLinux 8
  • OracleLinux 9
  • OracleLinux 10
  • AlmaLinux 8
  • AlmaLinux 9
  • AlmaLinux 10
  • Debian 11 (Bullseye)
  • Debian 12 (Bookworm)
  • Debian 13 (Trixie)
  • Ubuntu 20.04 LTS
  • Ubuntu 22.04 LTS
  • Ubuntu 24.04 LTS
  • Fedora 41
  • Fedora 42

Note: 1 : no automated testing is performed on these platforms

Role Variables

defaults/main.yml


# Lens desktop executable
lens_executable: /usr/local/bin/lens

# Lens download url
lens_url: https://api.k8slens.dev/binaries/latest.x86_64.AppImage

Example Playbook

molecule/default/converge.yml


- name: sample playbook for role 'lens'
  hosts: all
  become: 'yes'
  roles:
    - deitkrachten.gnome_desktop
  tasks:
    - name: Include role 'lens'
      ansible.builtin.include_role:
        name: lens