https://github.com/stuttgart-things/configure-rke-node
prepares machines for rancher-ha deployment or as base installation for a downstream cluster rke node
https://github.com/stuttgart-things/configure-rke-node
ansible kubernetes linux rancher rke rke2
Last synced: 3 months ago
JSON representation
prepares machines for rancher-ha deployment or as base installation for a downstream cluster rke node
- Host: GitHub
- URL: https://github.com/stuttgart-things/configure-rke-node
- Owner: stuttgart-things
- License: apache-2.0
- Created: 2023-05-09T07:20:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-13T08:48:22.000Z (7 months ago)
- Last Synced: 2025-12-14T23:07:51.364Z (7 months ago)
- Topics: ansible, kubernetes, linux, rancher, rke, rke2
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
stuttgart-things/configure-rke-node
====================================
prepares machines for rancher-ha deployment or as base installation for a downstream cluster node (w/ option for cloud-init). ([Rancher OS Requirements](https://rancher.com/docs/rke/latest/en/os/#operating-system)).
## INSTALLATION
```
cat < /tmp/requirements.yaml
roles:
- src: https://github.com/stuttgart-things/configure-rke-node.git
scm: git
version: rke2r2-1.26.0
- src: https://github.com/stuttgart-things/install-requirements.git
scm: git
version: 05092023
- src: https://github.com/stuttgart-things/install-configure-docker.git
scm: git
collections:
- name: community.crypto
version: 2.13.0
- name: community.general
version: 6.6.0
- name: ansible.posix
version: 1.5.2
- name: kubernetes.core
version: 2.4.0
EOF
ansible-galaxy install -r /tmp/requirements.yaml -f
```
Example play (RKE2)
-------------------
```
- hosts: all
become: true
vars:
cloudinit: false
create_rke_user: false
update_os: true
install_docker: false
install_docker_compose: false
set_docker_proxy: false
template_creation_setup: false
roles:
- role: configure-rke-node
```
License
-------
Author Information
------------------
Patrick Hermann
patrick.hermann@sva.de
Christian Mueller
christian.mueller@sva.de
04/2020