https://github.com/lukapetrovic-git/ansible-role-cilium
Ansible role to install/upgrade Cilium or update Cillium config on k8s cluster.
https://github.com/lukapetrovic-git/ansible-role-cilium
Last synced: 3 months ago
JSON representation
Ansible role to install/upgrade Cilium or update Cillium config on k8s cluster.
- Host: GitHub
- URL: https://github.com/lukapetrovic-git/ansible-role-cilium
- Owner: lukapetrovic-git
- License: mit
- Created: 2023-12-15T18:23:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T12:24:49.000Z (about 1 year ago)
- Last Synced: 2024-04-17T13:42:18.613Z (about 1 year ago)
- Language: Jinja
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-role-cilium
Ansible role to install/upgrade/downgrade/change Cillium (config) on k8s cluster.# Requirements
- Ansible 2.10 or later
- Kubernetes cluster with no CNI or Cilium installed# Tested on
- Ubuntu 20.04 LTS
- Ubuntu 22.04 LTSNOTE: Should work on all Linux/k8s distributions
# Role Variables
All settable variables with explanations and links are located in the defaults/main.yml## TODO
- Create Action to publish to Ansible Galaxy
- Write Molecule tests
- Create Action to run Molecule tests
- Create CI
- Add examples to readme