Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

wittdennis/ansible-role-cilium

Repository files navigation

cilium

ARCHIVAL NOTICE: I've since switched to managing cilium via GitOps processes which are much more sophisticated than this ansible role, so I have no plans to further support this role. Feel free to fork and work on it for you if you still need it and see value in it.

Role to manage cilium installation

Role Variables

cilium_version: "1.15.1" # Version of cilium to use
cilium_cli_version: "v0.15.23" # Version of cilium cli to use
cilium_enable_hubble: false # Flag to control if hubble should be enabled
cilium_helm_values: {} # Additional helm values to use for install and upgrade
cilium_upgrade_always: false # Flag to always run upgrade. Useful when adjusting helm values.

Example Playbook

- hosts: control_plane
  roles:
      - { role: wittdennis.cilium }

License

MIT

About

Ansible role to manage cilium installation

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors