avnes / ansible-role-rke

Ansible role to install RKE CLI for managing Rancher installations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-role-rke

Ansible

Ansible role for installing rke.

Requirements

Poetry. Install it from https://python-poetry.org/docs/

Role Variables

rke_version: 3.7.2

Dependencies

None

Example Playbook

- hosts: all
  roles:
     - { role: avnes.rke }

For pip compability

poetry export --dev --output requirements.txt

Test

poetry install
poetry shell
poetry run molecule test

License

MIT

Author Information

https://github.com/avnes

About

Ansible role to install RKE CLI for managing Rancher installations

License:MIT License